kernel: add basic console registration system and printk()
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#ifndef SOCKS_PRINTK_H_
|
||||
#define SOCKS_PRINTK_H_
|
||||
|
||||
#include <socks/console.h>
|
||||
|
||||
extern void early_printk_init(console_t *con);
|
||||
extern int printk(const char *format, ...);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user