diff options
author | Alexis211 <alexis211@gmail.com> | 2009-10-23 17:28:25 +0200 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2009-10-23 17:28:25 +0200 |
commit | f0556ed7f051fb101dc68752526696365bf79a11 (patch) | |
tree | 61345fbadbf76c6f12b36b48a9dfadd744f6cbbd /Source/Library/Interface/Sys.iface.h | |
parent | df179c18baab4b5d85a283924fb23dfee7ea7fdb (diff) | |
download | Melon-f0556ed7f051fb101dc68752526696365bf79a11.tar.gz Melon-f0556ed7f051fb101dc68752526696365bf79a11.zip |
More work on syscalls and shell
Diffstat (limited to 'Source/Library/Interface/Sys.iface.h')
-rw-r--r-- | Source/Library/Interface/Sys.iface.h | 9 |
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 |