- OSMetaClassDeclareReservedUnused(IOPlatformExpert, 1);
- OSMetaClassDeclareReservedUnused(IOPlatformExpert, 2);
- OSMetaClassDeclareReservedUnused(IOPlatformExpert, 3);
- OSMetaClassDeclareReservedUnused(IOPlatformExpert, 4);
+ virtual IOReturn deregisterInterruptController(OSSymbol *name);
+
+ virtual void getUTCTimeOfDay( clock_sec_t * secs, clock_nsec_t * nsecs );
+ virtual void setUTCTimeOfDay( clock_sec_t secs, clock_nsec_t nsecs );
+
+ OSMetaClassDeclareReservedUsed(IOPlatformExpert, 0);
+ OSMetaClassDeclareReservedUsed(IOPlatformExpert, 1);
+ OSMetaClassDeclareReservedUsed(IOPlatformExpert, 2);
+ OSMetaClassDeclareReservedUsed(IOPlatformExpert, 3);
+ OSMetaClassDeclareReservedUsed(IOPlatformExpert, 4);