OSDN Git Service

projects clean up 1
[pinoc/pinoc.git] / tryos / tryos_test / pinoc_x86 / test / PINoC / Kernel / protectmode.h
diff --git a/tryos/tryos_test/pinoc_x86/test/PINoC/Kernel/protectmode.h b/tryos/tryos_test/pinoc_x86/test/PINoC/Kernel/protectmode.h
new file mode 100644 (file)
index 0000000..fbf19a1
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _PROTECTMODE_H_
+#define _PROTECTMODE_H_
+
+asm(".code32");
+
+#endif