6 lines
114 B
C
Executable file
6 lines
114 B
C
Executable file
#ifndef USERPROG_SYSCALL_H
|
|
#define USERPROG_SYSCALL_H
|
|
|
|
void syscall_init (void);
|
|
|
|
#endif /* userprog/syscall.h */
|