- kOSNotificationMessageID = 53,
- kOSAsyncCompleteMessageID = 57,
- kMaxAsyncArgs = 16
+ kOSNotificationMessageID = 53,
+ kOSAsyncCompleteMessageID = 57,
+ kMaxAsyncArgs = 16
+};
+
+enum {
+ kIOAsyncReservedIndex = 0,
+ kIOAsyncReservedCount,
+
+ kIOAsyncCalloutFuncIndex = kIOAsyncReservedCount,
+ kIOAsyncCalloutRefconIndex,
+ kIOAsyncCalloutCount,
+
+ kIOMatchingCalloutFuncIndex = kIOAsyncReservedCount,
+ kIOMatchingCalloutRefconIndex,
+ kIOMatchingCalloutCount,
+
+ kIOInterestCalloutFuncIndex = kIOAsyncReservedCount,
+ kIOInterestCalloutRefconIndex,
+ kIOInterestCalloutServiceIndex,
+ kIOInterestCalloutCount