diff options
-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 */ |