]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOServicePM.h
xnu-3248.40.184.tar.gz
[apple/xnu.git] / iokit / IOKit / IOServicePM.h
index 27d871234588df5c93c5677d5c41126f921c6c29..17662cb4e081a4e2b673800bc13fcb1fbd1cbb17 100644 (file)
@@ -47,6 +47,8 @@ class IOPMRequest;
 class IOPMRequestQueue;
 class IOPMCompletionQueue;
 
+typedef void (*IOPMCompletionAction)(void * target, void * param);
+
 // PM channels for IOReporting
 #ifndef kPMPowerStatesChID
 #define kPMPowerStatesChID  IOREPORT_MAKEID('P','M','S','t','H','i','s','t')