diff options
Diffstat (limited to 'device/interrupt.h')
-rw-r--r-- | device/interrupt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/device/interrupt.h b/device/interrupt.h index 1987ffc..855f163 100644 --- a/device/interrupt.h +++ b/device/interrupt.h @@ -20,8 +20,7 @@ struct intr_entry; boolean_t queue_intr (struct intr_entry *e); -kern_return_t insert_intr_entry (int line, ipc_port_t dest, - struct intr_entry **entry); +kern_return_t insert_intr_entry (int line, ipc_port_t notification_port); boolean_t intr_entry_notify (mach_msg_header_t *msg); void intr_thread (void); |