summaryrefslogtreecommitdiff
path: root/include/shim.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/shim.h')
-rw-r--r--include/shim.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/shim.h b/include/shim.h
index a0f0156..f3835ba 100644
--- a/include/shim.h
+++ b/include/shim.h
@@ -2,6 +2,10 @@
#include <memory.h>
+#define CMDLINE_MAX 32
+
struct boot_info {
struct memory_map *map;
+ void *acpi_table;
+ char cmdline[CMDLINE_MAX];
};