Kernel: initial version
This commit is contained in:
9
kernel/include/kmsg.h
Normal file
9
kernel/include/kmsg.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef KMSG_H
|
||||
#define KMSG_H
|
||||
|
||||
void kputs(char *buf);
|
||||
int kprintf(const char *format, ...);
|
||||
|
||||
void kmsg_init(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user