mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-03-03 06:04:39 +00:00
8 lines
109 B
C
8 lines
109 B
C
#ifndef FUSEE_DRIVER_UTILS_H
|
|
#define FUSEE_DRIVER_UTILS_H
|
|
|
|
#include "vsprintf.h"
|
|
#include "printk.h"
|
|
|
|
#endif
|