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