Normalize drivers between stage1 and 2

This commit is contained in:
TuxSH
2018-05-06 15:02:13 +02:00
parent 306555e522
commit 1aa6b92bc4
6 changed files with 46 additions and 30 deletions

View File

@@ -0,0 +1,7 @@
#ifndef FUSEE_DRIVER_UTILS_H
#define FUSEE_DRIVER_UTILS_H
#include "vsprintf.h"
#include "printk.h"
#endif