summaryrefslogtreecommitdiff
path: root/device/interrupt.h
diff options
context:
space:
mode:
authorJustus Winter <justus@gnupg.org>2016-02-26 20:05:40 +0100
committerJustus Winter <justus@gnupg.org>2016-02-26 20:20:55 +0100
commit9482ee4ba48f8033f7916551f2767f48f9bd0c55 (patch)
tree4a8f9ab990249f2ddd2065f8699fa1265996e06f /device/interrupt.h
parentc113575502e58f8bfb9870867472d08e653e7c09 (diff)
New kind of notification, untested
Diffstat (limited to 'device/interrupt.h')
-rw-r--r--device/interrupt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/device/interrupt.h b/device/interrupt.h
index c43c3e0..12e6efc 100644
--- a/device/interrupt.h
+++ b/device/interrupt.h
@@ -21,6 +21,7 @@
struct intr_entry;
boolean_t queue_intr (struct intr_entry *e);
kern_return_t insert_intr_entry (int line, ipc_port_t dest,
+ int new_style, /* version2 notifications? */
struct intr_entry **entry);
int install_user_intr_handler (unsigned int line,