foo
[3sys] / sys1 / kern / src / con.h
diff --git a/sys1/kern/src/con.h b/sys1/kern/src/con.h
new file mode 100644 (file)
index 0000000..9eb776a
--- /dev/null
@@ -0,0 +1,8 @@
+#ifndef CON_H_
+#define CON_H_
+
+void con_init(void);
+
+void con_putchar(int c);
+
+#endif /* CON_H_ */