aboutsummaryrefslogtreecommitdiff
path: root/include/hw/loongarch/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hw/loongarch/boot.h')
-rw-r--r--include/hw/loongarch/boot.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/hw/loongarch/boot.h b/include/hw/loongarch/boot.h
index b3b870d..9819f7f 100644
--- a/include/hw/loongarch/boot.h
+++ b/include/hw/loongarch/boot.h
@@ -102,11 +102,10 @@ struct loongarch_boot_info {
const char *kernel_cmdline;
const char *initrd_filename;
uint64_t a0, a1, a2;
+ uint64_t initrd_addr;
+ uint64_t initrd_size;
};
-extern struct memmap_entry *memmap_table;
-extern unsigned memmap_entries;
-
struct memmap_entry {
uint64_t address;
uint64_t length;