10 lines
123 B
C
10 lines
123 B
C
#ifndef KMSG_H
|
|
#define KMSG_H
|
|
|
|
void kputs(char *buf);
|
|
int kprintf(const char *format, ...);
|
|
|
|
void kmsg_init(void);
|
|
|
|
#endif
|