summaryrefslogtreecommitdiff
path: root/Source/Kernel/Core/Sys.ns.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/Core/Sys.ns.h')
-rw-r--r--Source/Kernel/Core/Sys.ns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Kernel/Core/Sys.ns.h b/Source/Kernel/Core/Sys.ns.h
index 6779585..1ed446c 100644
--- a/Source/Kernel/Core/Sys.ns.h
+++ b/Source/Kernel/Core/Sys.ns.h
@@ -32,6 +32,7 @@ namespace Sys {
void bochs_output_hex(u32int i);
void reboot();
void halt();
+ u32int scall(u8int, u32int, u32int, u32int, u32int); //System call handler
}
#endif