aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/boot/linuxbios_table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/boot/linuxbios_table.h')
-rw-r--r--src/arch/i386/boot/linuxbios_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/boot/linuxbios_table.h b/src/arch/i386/boot/linuxbios_table.h
index d15e1c722a..41ac37a8de 100644
--- a/src/arch/i386/boot/linuxbios_table.h
+++ b/src/arch/i386/boot/linuxbios_table.h
@@ -15,7 +15,7 @@ struct lb_record *lb_next_record(struct lb_record *rec);
struct lb_record *lb_new_record(struct lb_header *header);
struct lb_memory *lb_memory(struct lb_header *header);
void lb_memory_range(struct lb_memory *mem,
- uint32_t type, unsigned long startk, unsigned long sizek);
+ uint32_t type, uint64_t start, uint64_t size);
struct lb_mainboard *lb_mainboard(struct lb_header *header);
unsigned long lb_table_fini(struct lb_header *header);