11 lines
153 B
C
11 lines
153 B
C
#ifndef FUSEE_DRIVER_UTILS_H
|
|
#define FUSEE_DRIVER_UTILS_H
|
|
|
|
#include <stdio.h>
|
|
#include <stdarg.h>
|
|
|
|
#define vprintk vprintf
|
|
#define printk printf
|
|
|
|
#endif
|