summaryrefslogtreecommitdiff
path: root/chip/g/system_chip.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/g/system_chip.h')
-rw-r--r--chip/g/system_chip.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/chip/g/system_chip.h b/chip/g/system_chip.h
index 5d2576a722..0f21ba066b 100644
--- a/chip/g/system_chip.h
+++ b/chip/g/system_chip.h
@@ -24,6 +24,13 @@ int system_process_retry_counter(void);
void system_clear_retry_counter(void);
/**
+ * A function provided by some platforms to decrement a retry counter.
+ *
+ * This should be used whenever a system reset is manually triggered.
+ */
+void system_decrement_retry_counter(void);
+
+/**
* A function provided by some platforms to hint that something is going
* wrong.
*