mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-10-07 01:57:08 +02:00
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
|