soc/mediatek/common/include/soc/mcu_common: Include <types.h>
Include missing <types.h>. Change-Id: I04d18e601e010b64c46f2eb52874d3eb5664b0e1 Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/85165 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Yidi Lin <yidilin@google.com>
This commit is contained in:
parent
50905e7cdc
commit
02847233f8
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
#ifndef SOC_MEDIATEK_MTLIB_COMMON_H
|
||||
#define SOC_MEDIATEK_MTLIB_COMMON_H
|
||||
|
||||
#include <types.h>
|
||||
|
||||
struct mtk_mcu {
|
||||
const char *firmware_name; /* The firmware file name in CBFS */
|
||||
void *run_address; /* The address for running the firmware */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue