[stage2] Remove printk, introduce UTF-8 console stdio
This commit is contained in:
7
fusee/fusee-secondary/src/console.h
Normal file
7
fusee/fusee-secondary/src/console.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef FUSEE_CONSOLE_H
|
||||
#define FUSEE_CONSOLE_H
|
||||
|
||||
int console_init(void *fb);
|
||||
int console_resume(void *fb, int row, int col);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user