summaryrefslogtreecommitdiff
path: root/Source/Library/Interface/Sys.iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Library/Interface/Sys.iface.h')
-rw-r--r--Source/Library/Interface/Sys.iface.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/Library/Interface/Sys.iface.h b/Source/Library/Interface/Sys.iface.h
new file mode 100644
index 0000000..c734f52
--- /dev/null
+++ b/Source/Library/Interface/Sys.iface.h
@@ -0,0 +1,9 @@
+#ifndef SYS_IFACE_H
+#define SYS_IFACE_H
+
+#define SYIF_IFID 0xFF
+
+#define SYIF_HALT 0x1
+#define SYIF_REBOOT 0x2
+
+#endif