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__ */