summaryrefslogtreecommitdiffstats
path: root/include/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/object.h')
-rw-r--r--include/object.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/include/object.h b/include/object.h
index 190b082..94e6b15 100644
--- a/include/object.h
+++ b/include/object.h
@@ -3,9 +3,16 @@
#include <stdint.h>
-#if defined(__x86_64__)
-#include "arch/x86_64/object.h"
-#endif
+enum {
+ INIT_OBJECT_ROOTDIR = 0,
+ INIT_OBJECT_PAGEMAP,
+ INIT_OBJECT_PROCESSOR_DIR,
+ INIT_OBJECT_UNTYPED_DIR,
+ INIT_OBJECT_INITRD_DIR,
+ INIT_OBJECT_TCB,
+ INIT_OBJECT_MESSAGE,
+ INIT_OBJECT_LOG
+};
enum
{