Make tests independent of structures in header files

This commit is contained in:
2018-02-15 09:20:29 +01:00
parent 9dbbc7013c
commit 79ca4681ff
4 changed files with 39 additions and 30 deletions

View File

@@ -22,4 +22,4 @@ struct mboot2_tag {
#define MBOOT2_COMMANDLINE 1
#define MBOOT2_BOOTLOADER 2
int parse_multiboot(uint64_t magic, void *mboot_info);
int multiboot_init(uint64_t magic, void *mboot_info);