aboutsummaryrefslogtreecommitdiff
path: root/src/include/boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/boot')
-rw-r--r--src/include/boot/tables.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/boot/tables.h b/src/include/boot/tables.h
index 618c32ef94..6c309b3c26 100644
--- a/src/include/boot/tables.h
+++ b/src/include/boot/tables.h
@@ -1,9 +1,8 @@
#ifndef BOOT_TABLES_H
#define BOOT_TABLES_H
-#include <mem.h>
#include <boot/linuxbios_tables.h>
-struct lb_memory *write_tables(struct mem_range *mem, unsigned long *processor_map);
+struct lb_memory *write_tables(void);
#endif /* BOOT_TABLES_H */