1 2 3 4 5 6
#ifndef USERPROG_SYSCALL_H #define USERPROG_SYSCALL_H void syscall_init (void); #endif /* userprog/syscall.h */