From 9ad7eb46b65b7324dd5f2c6f5568b6a0e033a5f4 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Thu, 25 Feb 2016 18:46:32 +0100 Subject: 70_dde.patch --- include/device/intr.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 include/device/intr.h (limited to 'include/device') diff --git a/include/device/intr.h b/include/device/intr.h new file mode 100644 index 0000000..a02b64c --- /dev/null +++ b/include/device/intr.h @@ -0,0 +1,17 @@ +#ifndef __INTR_H__ + +#define __INTR_H__ + +#include + +typedef struct +{ + mach_msg_header_t intr_header; + mach_msg_type_t intr_type; + int line; +} mach_intr_notification_t; + +#define INTR_NOTIFY_MSGH_SEQNO 0 +#define MACH_INTR_NOTIFY 424242 + +#endif -- cgit v1.2.3