summaryrefslogtreecommitdiff
path: root/include/x86/x86-linux.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/x86/x86-linux.h')
-rw-r--r--include/x86/x86-linux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/x86/x86-linux.h b/include/x86/x86-linux.h
index 50c7324..7834751 100644
--- a/include/x86/x86-linux.h
+++ b/include/x86/x86-linux.h
@@ -21,6 +21,8 @@ struct e820entry {
#define E820_RESERVED 2
#define E820_ACPI 3 /* usable as RAM once ACPI tables have been read */
#define E820_NVS 4
+#define E820_PMEM 7
+#define E820_PRAM 12
} __attribute__((packed));
#endif