4f6036f7e8e30e302896cd0c73dda25ce0eb6333
[pintos-anon] / src / lib / user / syscall-stub.h
1 #ifndef __LIB_USER_SYSCALL_STUB_H
2 #define __LIB_USER_SYSCALL_STUB_H
3
4 int syscall (int nr, ...);
5
6 #endif /* lib/user/syscall-stub.h */