From 5d73ba1059771f3226c1f45d41a9e3f52d68ee3d Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Mon, 15 Sep 2025 15:51:13 -0400 Subject: begin init staging refactor --- apps/init/stage1/kprint.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 apps/init/stage1/kprint.h (limited to 'apps/init/stage1/kprint.h') 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 -- cgit v1.2.1