8 lines
141 B
C
Executable file
8 lines
141 B
C
Executable file
#ifndef USERPROG_SYSCALL_H
|
|
#define USERPROG_SYSCALL_H
|
|
|
|
void syscall_init (void);
|
|
|
|
struct lock filesys_lock;
|
|
|
|
#endif /* userprog/syscall.h */
|