OSDN Git Service

projects clean up 1
[pinoc/pinoc.git] / tryos / tryos_test / pinoc_x86 / PINoC / boot / 32mode.h
diff --git a/tryos/tryos_test/pinoc_x86/PINoC/boot/32mode.h b/tryos/tryos_test/pinoc_x86/PINoC/boot/32mode.h
new file mode 100644 (file)
index 0000000..7c265f0
--- /dev/null
@@ -0,0 +1,12 @@
+#ifndef __32MODE_H_
+#define __32MODE_H_
+
+
+/* waitkeybord */
+void waitkeybord();
+/* io_A20GATE */
+void io_A20GATE();
+/* io_PROTECTMODE */
+void io_PROTECTMODE();
+
+#endif