aboutsummaryrefslogtreecommitdiff
path: root/src/include/halt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/halt.h')
-rw-r--r--src/include/halt.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/include/halt.h b/src/include/halt.h
index 117c6c087a..e2aa11cb6f 100644
--- a/src/include/halt.h
+++ b/src/include/halt.h
@@ -17,14 +17,10 @@
#ifndef __HALT_H__
#define __HALT_H__
-#ifdef __ROMCC__
-#include <lib/halt.c>
-#else
/**
* halt the system reliably
*/
void __noreturn halt(void);
-#endif /* __ROMCC__ */
/* Power off the system. */
void poweroff(void);