summaryrefslogtreecommitdiff
path: root/include/device/notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/device/notify.h')
-rw-r--r--include/device/notify.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/device/notify.h b/include/device/notify.h
index b6907b03..addf9114 100644
--- a/include/device/notify.h
+++ b/include/device/notify.h
@@ -26,7 +26,7 @@ typedef struct
{
mach_msg_header_t intr_header;
mach_msg_type_t intr_type;
- int line;
+ int id;
} device_intr_notification_t;
#define DEVICE_INTR_NOTIFY 100