Code-base clean-up and refactoring (#47)
[lunaix-os.git] / lunaix-os / arch / x86 / includes / sys / mm / physical.h
diff --git a/lunaix-os/arch/x86/includes/sys/mm/physical.h b/lunaix-os/arch/x86/includes/sys/mm/physical.h
deleted file mode 100644 (file)
index 722aa15..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __LUNAIX_ARCH_PHYSICAL_H
-#define __LUNAIX_ARCH_PHYSICAL_H
-
-#include <lunaix/ds/llist.h>
-#include "mm_defs.h"
-
-#define PPLIST_STARTVM          PMAP
-
-struct ppage_arch
-{
-
-};
-
-#endif /* __LUNAIX_ARCH_PHYSICAL_H */