Do console locking.
[pintos-anon] / src / lib / kernel / console.h
diff --git a/src/lib/kernel/console.h b/src/lib/kernel/console.h
new file mode 100644 (file)
index 0000000..6e5b41b
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef __LIB_KERNEL_CONSOLE_H
+#define __LIB_KERNEL_CONSOLE_H
+
+void console_init (void);
+
+#endif /* lib/kernel/console.h */