aboutsummaryrefslogtreecommitdiff
path: root/linuxboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'linuxboot.c')
-rw-r--r--linuxboot.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxboot.c b/linuxboot.c
index d7eac74..cfcaf2d 100644
--- a/linuxboot.c
+++ b/linuxboot.c
@@ -2,10 +2,13 @@
#include "linuxboot.h"
#include "memaccess.h"
#include "ioport.h"
+#include "start_info.h"
#include "string.h"
#include "stdio.h"
#include "benchmark.h"
+struct hvm_start_info start_info = {0};
+
bool parse_bzimage(struct linuxboot_args *args)
{
uint8_t *header = args->header;