summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/include/sys/reboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/include/sys/reboot.h')
-rw-r--r--mdk-stage1/dietlibc/include/sys/reboot.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/include/sys/reboot.h b/mdk-stage1/dietlibc/include/sys/reboot.h
new file mode 100644
index 000000000..ba58d296a
--- /dev/null
+++ b/mdk-stage1/dietlibc/include/sys/reboot.h
@@ -0,0 +1,9 @@
+#ifndef _SYS_REBOOT_H
+#define _SYS_REBOOT_H
+
+#include <linux/reboot.h>
+
+/* Reboot or halt the system. */
+int reboot (int flag, void *arg);
+
+#endif /* _SYS_REBOOT_H */