summaryrefslogtreecommitdiff
path: root/include/system.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/system.h')
-rw-r--r--include/system.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/system.h b/include/system.h
index 320410b160..e1bb43da93 100644
--- a/include/system.h
+++ b/include/system.h
@@ -29,6 +29,9 @@
#define RESET_FLAG_PRESERVED (1 << 13) /* Some reset flags preserved from
* previous boot */
+/* Per chip implementation to save raw RESET_FLAG_ flags. */
+void chip_save_reset_flags(int flags);
+
/* System images */
enum system_image_copy_t {
SYSTEM_IMAGE_UNKNOWN = 0,