Contents

systemWake

Tells every driver in the power plane that the system is waking up.

Declaration

virtual IOReturn systemWake(
 void ) __attribute__((deprecated));

Overview

This call is handled internally by power management. It is not intended to be overridden or called by drivers.

See Also

Miscellaneous