Annotation of XNU/iokit/Drivers/platform/drvApplePlatformExpert/AppleCPU.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * Copyright (c) 1999 Apple Computer, Inc.  All rights reserved.
        !             3:  *
        !             4:  *  DRI: Josh de Cesare
        !             5:  *
        !             6:  */
        !             7: 
        !             8: #ifndef _IOKIT_APPLECPU_H
        !             9: #define _IOKIT_APPLECPU_H
        !            10: 
        !            11: #include <IOKit/IOCPU.h>
        !            12: 
        !            13: class AppleCPU : public IOCPU
        !            14: {
        !            15:   OSDeclareDefaultStructors(AppleCPU);
        !            16:   
        !            17: private:
        !            18:   IOCPUInterruptController *cpuIC;
        !            19:   
        !            20: public:
        !            21:   virtual bool     start(IOService *provider);
        !            22:   virtual void     initCPU(void);
        !            23:   virtual OSSymbol *getCPUName(void);
        !            24: };
        !            25: 
        !            26: #endif /* ! _IOKIT_APPLECPU_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.