summaryrefslogtreecommitdiff
path: root/arch/i386/include/kernel/syscall.h
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2024-05-29 00:30:10 -0500
committerDanny Holman <dholman@gymli.org>2024-05-29 00:30:10 -0500
commit32441640aa2e78fd4aa8db00ec07a62c9d12f2d2 (patch)
tree92c4799926f6350480118f0a737577143d5726c9 /arch/i386/include/kernel/syscall.h
parentffc782f8740027d21793c37c6094ebed06d1dfd2 (diff)
arch: i386: remove last refs to moved headers
Remove all the remaining references to headers that were moved into the libk. Signed-off-by: Danny Holman <dholman@gymli.org>
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