summaryrefslogtreecommitdiff
path: root/kernel/kprint.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kprint.h')
-rw-r--r--kernel/kprint.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/kernel/kprint.h b/kernel/kprint.h
deleted file mode 100644
index 5b307a2..0000000
--- a/kernel/kprint.h
+++ /dev/null
@@ -1,5 +0,0 @@
-#pragma once
-
-int kputchar(int c);
-int kputs(const char *s);
-