aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/halt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/halt.h b/src/include/halt.h
index d31c2ca181..7ecd41a6cd 100644
--- a/src/include/halt.h
+++ b/src/include/halt.h
@@ -25,4 +25,8 @@
*/
void __attribute__((noreturn)) halt(void);
#endif /* __ROMCC__ */
+
+/* Power off the system. */
+void poweroff(void);
+
#endif /* __HALT_H__ */