X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..cb3231590a3c94ab4375e2228bd5e86b0cf1ad7e:/bsd/sys/work_interval.h diff --git a/bsd/sys/work_interval.h b/bsd/sys/work_interval.h index ab5d80fb2..695a28ea1 100644 --- a/bsd/sys/work_interval.h +++ b/bsd/sys/work_interval.h @@ -118,6 +118,7 @@ __BEGIN_DECLS #define WORK_INTERVAL_TYPE_CA_RENDER_SERVER (0x2 << 28) #define WORK_INTERVAL_TYPE_CA_CLIENT (0x3 << 28) #define WORK_INTERVAL_TYPE_HID_DELIVERY (0x4 << 28) +#define WORK_INTERVAL_TYPE_COREMEDIA (0x5 << 28) #define WORK_INTERVAL_TYPE_LAST (0xF << 28) #ifndef KERNEL