enum {
kPEHaltCPU,
kPERestartCPU,
- kPEHangCPU
+ kPEHangCPU,
+ kPEUPSDelayHaltCPU
};
extern int (*PE_halt_restart)(unsigned int type);
extern int PEHaltRestart(unsigned int type);
virtual void free();
+ virtual bool attachToChild( IORegistryEntry * child,
+ const IORegistryPlane * plane );
+
OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 0);
OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 1);
OSMetaClassDeclareReservedUnused(IOPlatformExpertDevice, 2);