diff options
author | Rizwan Qureshi <rizwan.qureshi@intel.com> | 2020-03-30 16:52:19 +0530 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-03-31 10:52:28 +0000 |
commit | b8b8ec832360ada5a313f10938bb6cfc310a11eb (patch) | |
tree | 539d81d71d1de38894b28cde40be734ee89588ad /src/soc/samsung/exynos5250/i2c.c | |
parent | 175ffd827adfb1f3c54ad6070a02538fb6893aa2 (diff) |
soc/intel/common/block: Add missing include
Include types.h in src/soc/intel/common/block/include/intelblocks/cse.h
to use type bool.
Without this, there can be a build error like below,
src/soc/intel/common/block/include/intelblocks/cse.h:208:1:
error: unknown type name 'bool'; did you mean '_Bool'?
bool cse_is_hfs1_com_soft_temp_disable(void);
^~~~
_Bool
src/soc/intel/common/block/include/intelblocks/cse.h:214:1:
error: unknown type name 'bool'; did you mean '_Bool'?
bool cse_is_hfs3_fw_sku_custom(void);
Signed-off-by: Rizwan Qureshi <rizwan.qureshi@intel.com>
Change-Id: I92ee533bca7dc255f7a341b2a68bbc09900996a1
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39922
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/samsung/exynos5250/i2c.c')
0 files changed, 0 insertions, 0 deletions