File:  [Apple XNU] / XNU / iokit / Drivers / platform / drvApplePlatformExpert / AppleCPU.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:44:59 2018 UTC (8 years, 2 months ago) by root
Branches: MAIN, Apple
CVS tags: v68_4-1_1, HEAD
xnu-68.4-1.1

/*
 * Copyright (c) 1999 Apple Computer, Inc.  All rights reserved.
 *
 *  DRI: Josh de Cesare
 *
 */

#ifndef _IOKIT_APPLECPU_H
#define _IOKIT_APPLECPU_H

#include <IOKit/IOCPU.h>

class AppleCPU : public IOCPU
{
  OSDeclareDefaultStructors(AppleCPU);
  
private:
  IOCPUInterruptController *cpuIC;
  
public:
  virtual bool     start(IOService *provider);
  virtual void     initCPU(void);
  virtual OSSymbol *getCPUName(void);
};

#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.