summaryrefslogtreecommitdiff
path: root/chip
diff options
context:
space:
mode:
Diffstat (limited to 'chip')
-rw-r--r--chip/npcx/system.c2
-rw-r--r--chip/stm32/bkpdata.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/chip/npcx/system.c b/chip/npcx/system.c
index d85dc3cdde..47909a5f54 100644
--- a/chip/npcx/system.c
+++ b/chip/npcx/system.c
@@ -1374,7 +1374,7 @@ void system_jump_to_booter(void)
#endif
}
-uint32_t system_get_lfw_address()
+uint32_t system_get_lfw_address(void)
{
/*
* In A3 version, we don't use little FW anymore
diff --git a/chip/stm32/bkpdata.c b/chip/stm32/bkpdata.c
index 5a51128fc3..65fedae3f8 100644
--- a/chip/stm32/bkpdata.c
+++ b/chip/stm32/bkpdata.c
@@ -65,7 +65,7 @@ int bkpdata_index_lookup(enum system_bbram_idx idx, int *msb)
return -1;
}
-uint32_t bkpdata_read_reset_flags()
+uint32_t bkpdata_read_reset_flags(void)
{
uint32_t flags = bkpdata_read(BKPDATA_INDEX_SAVED_RESET_FLAGS);