diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-04-15 12:39:29 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-04-15 12:39:29 +0000 |
commit | 23836e2345282151b0b46de6cdcd2bb2faee87f6 (patch) | |
tree | e1e416ae11a78b455a26f378f33d0a8db6fa69af /src/include/boot | |
parent | c30a6e859e20dbadbad006f2f93068e7f9c36043 (diff) |
zero warnings days...
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5442 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/include/boot')
-rw-r--r-- | src/include/boot/tables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/boot/tables.h b/src/include/boot/tables.h index afd72b4ae9..4b3f70cf4e 100644 --- a/src/include/boot/tables.h +++ b/src/include/boot/tables.h @@ -2,6 +2,7 @@ #define BOOT_TABLES_H #include <boot/coreboot_tables.h> +#include <arch/coreboot_tables.h> void lb_add_memory_range(struct lb_memory *mem, uint32_t type, uint64_t start, uint64_t size); |