aboutsummaryrefslogtreecommitdiffstats
path: root/tools/firmware/hvmloader/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/firmware/hvmloader/util.h')
-rw-r--r--tools/firmware/hvmloader/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/firmware/hvmloader/util.h b/tools/firmware/hvmloader/util.h
index 5025748437..cc1f42dba9 100644
--- a/tools/firmware/hvmloader/util.h
+++ b/tools/firmware/hvmloader/util.h
@@ -88,7 +88,7 @@ uint64_t e820_malloc(uint64_t size, uint32_t type, uint64_t mask);
#define E820_MAP ((struct e820entry *)(E820_MAP_PAGE + E820_MAP_OFFSET))
/* Prepare the 32bit BIOS */
-int highbios_setup(void);
+void highbios_setup(void);
#define isdigit(c) ((c) >= '0' && (c) <= '9')