diff options
author | Marin Ramesa <mpr@hi.t-com.hr> | 2013-11-29 22:53:43 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-12-05 06:01:59 +0900 |
commit | c6478d03a31a170755423ea79ff6a2532d965d25 (patch) | |
tree | 66359ebc826698b94cc230f7222de429108cb98a /i386/i386/pcb.h | |
parent | e2f095dc681558b63913e4080ee9a9bec595b427 (diff) |
i386/i386/io_perm.c: remove forward declaration
* i386/i386/io_perm.c: Include pcb.h.
(update_ktss_iopb): Remove forward declaration.
* i386/i386/pcb.h (update_ktss_iopb): Add prototype.
Diffstat (limited to 'i386/i386/pcb.h')
-rw-r--r-- | i386/i386/pcb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/i386/i386/pcb.h b/i386/i386/pcb.h index 21bdfd9..9edc594 100644 --- a/i386/i386/pcb.h +++ b/i386/i386/pcb.h @@ -70,4 +70,6 @@ extern vm_offset_t stack_detach (thread_t thread); extern void switch_ktss (pcb_t pcb); +extern void update_ktss_iopb (unsigned char *new_iopb, io_port_t size); + #endif /* _I386_PCB_H_ */ |