diff options
Diffstat (limited to 'userprog/process.h')
| -rw-r--r-- | userprog/process.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/userprog/process.h b/userprog/process.h index 1609801..b7bca5d 100644 --- a/userprog/process.h +++ b/userprog/process.h | |||
| @@ -37,6 +37,7 @@ tid_t process_execute (const char *file_name); | |||
| 37 | int process_wait (tid_t); | 37 | int process_wait (tid_t); |
| 38 | void process_exit (void); | 38 | void process_exit (void); |
| 39 | void process_activate (void); | 39 | void process_activate (void); |
| 40 | bool process_install_page (void *upage, void *kpage, bool writable); | ||
| 40 | 41 | ||
| 41 | int process_open_file(const char* fname); | 42 | int process_open_file(const char* fname); |
| 42 | struct file* process_get_file(int fd); | 43 | struct file* process_get_file(int fd); |
