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:
Elyes Haouas 2024-11-17 11:14:13 +01:00
commit 02847233f8

View file

@ -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 */