feat: introduced stream to separate actual io and other tasks
This commit is contained in:
@@ -13,4 +13,8 @@ typedef void (*kprint_handler)(const char *);
|
||||
|
||||
void kprint_register(kprint_handler);
|
||||
|
||||
void kprint(const char *msg);
|
||||
void kprint(const char *msg);
|
||||
|
||||
void kprint_init();
|
||||
|
||||
void kprint_start_task();
|
||||
Reference in New Issue
Block a user