diff options
Diffstat (limited to 'apps/init/stage1/kprint.h')
-rw-r--r-- | apps/init/stage1/kprint.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/init/stage1/kprint.h b/apps/init/stage1/kprint.h new file mode 100644 index 0000000..ea71012 --- /dev/null +++ b/apps/init/stage1/kprint.h @@ -0,0 +1,7 @@ +#ifndef INIT_STAGE1_KPRINT_H +#define INIT_STAGE1_KPRINT_H 1 + +void kputc(char c); +void kputs(const char *s); + +#endif |