From d7da4d0fa3460307d5b97d8da4744e7bc6b54a33 Mon Sep 17 00:00:00 2001 From: h2-addad <hamza2.addad@live.uwe.ac.uk> Date: Sun, 16 Jul 2023 01:44:54 +0000 Subject: [PATCH] Upload New File --- src/userprog/syscall.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/userprog/syscall.h diff --git a/src/userprog/syscall.h b/src/userprog/syscall.h new file mode 100644 index 0000000..c349a90 --- /dev/null +++ b/src/userprog/syscall.h @@ -0,0 +1,8 @@ +#ifndef USERPROG_SYSCALL_H +#define USERPROG_SYSCALL_H + +void syscall_init (void); + +void sys_exit (int); + +#endif -- GitLab