summaryrefslogtreecommitdiff
path: root/device/interrupt.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/interrupt.h')
-rw-r--r--device/interrupt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/device/interrupt.h b/device/interrupt.h
index 0de43c2..8adc02d 100644
--- a/device/interrupt.h
+++ b/device/interrupt.h
@@ -3,12 +3,14 @@
struct intr_entry;
boolean_t queue_intr (struct intr_entry *e);
-int insert_intr_entry (int line, ipc_port_t dest, struct intr_entry **entry);
+kern_return_t insert_intr_entry (int line, ipc_port_t dest,
+ struct intr_entry **entry);
int install_user_intr_handler (unsigned int line,
unsigned long flags,
struct intr_entry *entry);
+boolean_t intr_entry_notify (mach_msg_header_t *msg);
void intr_thread (void);
#endif /* DEVICE_INTERRUPT_H */