x86: Add a forward struct declaration in coreboot_tables.h
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 17:59:51 +0000 (11:59 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit44c6a0ed6e5a37b1d4c63d2351213cf736979858
tree5f443a10547658463a08c1ac829474cd6d8a53d0
parent80b7cb8c3230bb29b065633c803694d8720ecadf
x86: Add a forward struct declaration in coreboot_tables.h

This struct is not defined in this header file. Add a forward declaration
so that it can be included in any context.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/include/asm/coreboot_tables.h