X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/1c79356b52d46aa6b508fb032f5ae709b1f2897b..9bccf70c0258c7cac2dcb80011b2a964d884c552:/iokit/IOKit/IOTimeStamp.h diff --git a/iokit/IOKit/IOTimeStamp.h b/iokit/IOKit/IOTimeStamp.h index 3e193aa77..cf07474f8 100644 --- a/iokit/IOKit/IOTimeStamp.h +++ b/iokit/IOKit/IOTimeStamp.h @@ -22,7 +22,6 @@ #ifndef IOKIT_IOTIMESTAMP_H #define IOKIT_IOTIMESTAMP_H -#include #include static inline void @@ -94,6 +93,7 @@ IOTimeStamp(unsigned int csc, #define IODBG_CMDQ(code) (KDBG_CODE(DBG_IOKIT, DBG_IOCMDQ, code)) #define IODBG_MCURS(code) (KDBG_CODE(DBG_IOKIT, DBG_IOMCURS, code)) #define IODBG_MDESC(code) (KDBG_CODE(DBG_IOKIT, DBG_IOMDESC, code)) +#define IODBG_POWER(code) (KDBG_CODE(DBG_IOKIT, DBG_IOPOWER, code)) /* IOKit specific codes - within each subclass */ @@ -146,4 +146,11 @@ IOTimeStamp(unsigned int csc, /* DBG_IOKIT/DBG_IOMDESC codes */ +/* DBG_IOKIT/DBG_IOPOWER codes */ +#define IOPOWER_ROOT 1 /* 0x05100004 */ +#define IOPOWER_WAKE 2 /* 0x05100008 */ +#define IOPOWER_STATE 3 /* 0x0510000c */ +#define IOPOWER_ACK 4 /* 0x05100010 */ +#define IOPOWER_CLIENT 5 /* 0x05100014 */ + #endif /* ! IOKIT_IOTIMESTAMP_H */