aboutsummaryrefslogtreecommitdiff
path: root/include/linuxboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linuxboot.h')
-rw-r--r--include/linuxboot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linuxboot.h b/include/linuxboot.h
index 6e865f0..e04c234 100644
--- a/include/linuxboot.h
+++ b/include/linuxboot.h
@@ -10,7 +10,6 @@ struct linuxboot_args {
/* Input */
uint32_t cmdline_size, vmlinuz_size, initrd_size;
- uint8_t header[8192];
};
bool parse_bzimage(struct linuxboot_args *args);