summaryrefslogtreecommitdiff
path: root/hurd/interrupt.defs
diff options
context:
space:
mode:
Diffstat (limited to 'hurd/interrupt.defs')
-rw-r--r--hurd/interrupt.defs6
1 files changed, 5 insertions, 1 deletions
diff --git a/hurd/interrupt.defs b/hurd/interrupt.defs
index cc3ad1ea..9981aed1 100644
--- a/hurd/interrupt.defs
+++ b/hurd/interrupt.defs
@@ -23,10 +23,14 @@ subsystem interrupt 33000;
#include <hurd/hurd_types.defs>
+#ifdef INTERRUPT_IMPORTS
+INTERRUPT_IMPORTS
+#endif
+
/* Cause a pending request on this object to immediately return. The
exact semantics are dependent on the specific object. */
routine
-interrupt_operation (object: mach_port_t;
+interrupt_operation (object: interrupt_t;
waittime timeout: natural_t;
msgseqno seqno: mach_port_seqno_t);