diff options
author | Yidi Lin <yidi.lin@mediatek.com> | 2021-01-06 15:27:13 +0800 |
---|---|---|
committer | Hung-Te Lin <hungte@chromium.org> | 2021-01-07 02:02:51 +0000 |
commit | 54f8b9ee7428068f0acb27d43d70d95c64b1a7ba (patch) | |
tree | e3ffe11b4f78a2643c8bef51b38d4a2288438c5a /src/soc/mediatek/mt8173/include | |
parent | 9990a172004354b6ccae7bca10bdab2b4b7b0bd9 (diff) |
soc/mediatek: rtc: Use `bool` as return type
BUG=b:176307061
TEST=emerge-asurada coreboot; emerge-kukui coreboot emerge-oak coreboot
boot to shell on Asurada
Signed-off-by: Yidi Lin <yidi.lin@mediatek.com>
Change-Id: Id31fa04edc2920c1767d9f08ab7af0ab4a15bc24
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49137
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Yu-Ping Wu <yupingso@google.com>
Diffstat (limited to 'src/soc/mediatek/mt8173/include')
-rw-r--r-- | src/soc/mediatek/mt8173/include/soc/rtc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8173/include/soc/rtc.h b/src/soc/mediatek/mt8173/include/soc/rtc.h index bb9425fe8e..e82d514e86 100644 --- a/src/soc/mediatek/mt8173/include/soc/rtc.h +++ b/src/soc/mediatek/mt8173/include/soc/rtc.h @@ -5,6 +5,7 @@ #include <soc/pmic_wrap_common.h> #include <soc/rtc_common.h> +#include <stdbool.h> #include <stdint.h> #include "mt6391.h" |