Architectural Support: x86_64 (#37)
[lunaix-os.git] / lunaix-os / arch / x86 / includes / sys / mm / mempart.h
diff --git a/lunaix-os/arch/x86/includes/sys/mm/mempart.h b/lunaix-os/arch/x86/includes/sys/mm/mempart.h
new file mode 100644 (file)
index 0000000..a3ad646
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef __LUNAIX_MEMPART_H
+#define __LUNAIX_MEMPART_H
+
+#ifdef CONFIG_ARCH_X86_64
+#   include "mempart64.h"
+#else
+#   include "mempart32.h"
+#endif
+
+#endif
\ No newline at end of file