Refactor BeRTOS to be in his own directory.
[bertos.git] / bertos / kern / switch.S
diff --git a/bertos/kern/switch.S b/bertos/kern/switch.S
new file mode 100644 (file)
index 0000000..93d9b7c
--- /dev/null
@@ -0,0 +1,8 @@
+#if defined(__i386__)
+       #include "switch_i386.s"
+#elif defined(__x86_64__)
+       #include "switch_x86_64.s"
+#else
+       #error Unknown CPU
+#endif
+