summaryrefslogtreecommitdiff
path: root/arch/i386/include/kernel/syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/i386/include/kernel/syscall.h')
-rw-r--r--arch/i386/include/kernel/syscall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/i386/include/kernel/syscall.h b/arch/i386/include/kernel/syscall.h
index 88ee59a..a689183 100644
--- a/arch/i386/include/kernel/syscall.h
+++ b/arch/i386/include/kernel/syscall.h
@@ -26,8 +26,9 @@
#define SYS_CLOSE 18
#define SYS_EXEC 19
+#define SYS_HALT 87
#define SYS_REBOOT 88
-int handle_syscall(struct regs *regs);
+int handle_syscall(struct isr_frame *frame);
#endif