summaryrefslogtreecommitdiff
path: root/include/shim.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/shim.h')
-rw-r--r--include/shim.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/shim.h b/include/shim.h
index f3835ba..9f80abc 100644
--- a/include/shim.h
+++ b/include/shim.h
@@ -6,6 +6,7 @@
struct boot_info {
struct memory_map *map;
+ void *symbol_table;
void *acpi_table;
char cmdline[CMDLINE_MAX];
};