- kFirstIOKitNotificationType = 100,
- kIOServicePublishNotificationType = 100,
- kIOServiceMatchedNotificationType = 101,
- kIOServiceTerminatedNotificationType = 102,
- kIOAsyncCompletionNotificationType = 150,
- kIOServiceMessageNotificationType = 160,
- kLastIOKitNotificationType = 199
+ kFirstIOKitNotificationType = 100,
+ kIOServicePublishNotificationType = 100,
+ kIOServiceMatchedNotificationType = 101,
+ kIOServiceTerminatedNotificationType = 102,
+ kIOAsyncCompletionNotificationType = 150,
+ kIOServiceMessageNotificationType = 160,
+ kLastIOKitNotificationType = 199,
+
+ // reserved bits
+ kIOKitNoticationTypeMask = 0x00000FFF,
+ kIOKitNoticationTypeSizeAdjShift = 30,
+ kIOKitNoticationMsgSizeMask = 3,