diff options
author | Elyes Haouas <ehaouas@noos.fr> | 2024-11-17 11:14:13 +0100 |
---|---|---|
committer | Elyes Haouas <ehaouas@noos.fr> | 2024-11-17 14:09:24 +0000 |
commit | 02847233f8fcc3b15866ab53f230bdfff3056246 (patch) | |
tree | e63b9678e5651d16e2f4522c12d0521646d7900d /src/soc | |
parent | 50905e7cdc9f0030cdeec6ab0eb70128bacc15e0 (diff) |
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>
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/mediatek/common/include/soc/mcu_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/mediatek/common/include/soc/mcu_common.h b/src/soc/mediatek/common/include/soc/mcu_common.h index 7689c1b814..93d2ccbbad 100644 --- a/src/soc/mediatek/common/include/soc/mcu_common.h +++ b/src/soc/mediatek/common/include/soc/mcu_common.h @@ -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 */ |