feat: io: serial & console
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#ifndef CONSOLE_H
|
||||
#define CONSOLE_H
|
||||
|
||||
#include "shitgui.h"
|
||||
|
||||
void console_init(SG_Context *ctx);
|
||||
void console_set_color(u32 color);
|
||||
void kprint(const char *str);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user