CS318 - Pintos
Pintos source browser for JHU CS318 course
src
userprog
syscall.h
Go to the documentation of this file.
1
#ifndef USERPROG_SYSCALL_H
2
#define USERPROG_SYSCALL_H
3
4
void
syscall_init
(
void
);
5
6
#endif
/**< userprog/syscall.h */
syscall_init
void syscall_init(void)
userprog/syscall.h
Definition:
syscall.c:10
Generated on Thu Aug 22 2019 10:19:15 for CS318 - Pintos by
1.8.16