summaryrefslogtreecommitdiff
path: root/src/arch/amd64/mboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/amd64/mboot.h')
-rw-r--r--src/arch/amd64/mboot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/amd64/mboot.h b/src/arch/amd64/mboot.h
index 6e407d5..3be3054 100644
--- a/src/arch/amd64/mboot.h
+++ b/src/arch/amd64/mboot.h
@@ -19,6 +19,7 @@ struct mboot_tag {
enum mboot_tag_type {
MBOOT_CMDLINE = 0,
MBOOT_MEMORYMAP = 6,
+ MBOOT_SYMBOLS = 9,
MBOOT_XSDP = 14
};