diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2019-10-26 18:41:47 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2019-10-27 17:48:30 +0000 |
commit | 0edf6a59f8b5ad5dd6911078f349357fd36625ab (patch) | |
tree | 436b2f2f637a03a79618fd0563e5157088d4df9a /src/include/vbe.h | |
parent | 7385b656c24bf62461ac57e6d75c503925315083 (diff) | |
download | coreboot-0edf6a59f8b5ad5dd6911078f349357fd36625ab.tar.xz |
src: Use 'include <boot/coreboot_tables.h>' when appropriate
Change-Id: I3d90e46ed391ce323436750c866a0afc3879e2e6
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36359
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/vbe.h')
-rw-r--r-- | src/include/vbe.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |