diff options
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/boot/tables.h | 2 | ||||
-rw-r--r-- | src/include/vbe.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/include/boot/tables.h b/src/include/boot/tables.h index 9e82e3f6c8..b440c8bbc4 100644 --- a/src/include/boot/tables.h +++ b/src/include/boot/tables.h @@ -1,7 +1,7 @@ #ifndef BOOT_TABLES_H #define BOOT_TABLES_H -#include <boot/coreboot_tables.h> +#include <stdint.h> /* * Write architecture specific tables as well as the common diff --git a/src/include/vbe.h b/src/include/vbe.h index cfae7e4025..9497ec68ae 100644 --- a/src/include/vbe.h +++ b/src/include/vbe.h @@ -13,7 +13,8 @@ #ifndef VBE_H #define VBE_H -#include <boot/coreboot_tables.h> +#include <stdint.h> + // these structs are for input from and output to OF typedef struct { u8 display_type; // 0 = NONE, 1 = analog, 2 = digital |