summaryrefslogtreecommitdiff
path: root/include/mach
diff options
context:
space:
mode:
Diffstat (limited to 'include/mach')
-rw-r--r--include/mach/experimental.defs14
1 files changed, 14 insertions, 0 deletions
diff --git a/include/mach/experimental.defs b/include/mach/experimental.defs
index 11c51d6..03fdee4 100644
--- a/include/mach/experimental.defs
+++ b/include/mach/experimental.defs
@@ -106,3 +106,17 @@ routine vm_allocate_contiguous(
out vaddr : vm_address_t;
out paddr : vm_address_t;
size : vm_size_t);
+
+/* 424246 */
+routine device_intr_register2(
+ master_port : mach_port_t;
+ line : int;
+ flags : int;
+ notification_port: mach_port_send_t);
+
+/* 424247 */
+skip; /* simpleroutine mach_intr_notify2(
+ notify : notify_port_t;
+ line : int,
+ count : int,
+ port : mach_port_send_t); */