]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/pwr_mgt/IOPowerConnection.h
xnu-2422.1.72.tar.gz
[apple/xnu.git] / iokit / IOKit / pwr_mgt / IOPowerConnection.h
index a7ece0ad51811349739f8a1766fdd0600656ae7a..4e66198c24ed02ef398dc20fc63f53fa32018cd9 100644 (file)
 #include <IOKit/IOService.h>
 #include <IOKit/pwr_mgt/IOPM.h>
 
+/*! @class IOPowerConnection
+ *  Do not use IOPowerConnection. This class is an implementation detail defined
+ *  for IOPM's management of the IORegistry IOPower plane.
+ *
+ *  Only Kernel IOKit power management should reference the IOPowerConnection class.
+ */
+
 class IOPowerConnection : public IOService
 {
     OSDeclareDefaultStructors(IOPowerConnection)