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 c11e89814d..f3d5b035d6 100644
--- a/include/system.h
+++ b/include/system.h
@@ -156,6 +156,9 @@ const char *system_get_build_info(void);
void system_reset(int flags);
+/* System warm reboot while keeping the RAM alive. */
+void system_warm_reboot(void);
+
/* Set a scratchpad register to the specified value. The scratchpad
* register must maintain its contents across a software-requested
* warm reset. */