provided code
This commit is contained in:
6
src/userprog/syscall.h
Normal file
6
src/userprog/syscall.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef USERPROG_SYSCALL_H
|
||||
#define USERPROG_SYSCALL_H
|
||||
|
||||
void syscall_init (void);
|
||||
|
||||
#endif /* userprog/syscall.h */
|
||||
Reference in New Issue
Block a user