]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/Drivers/platform/drvAppleGossamerPE/GossamerCPU.h
xnu-201.tar.gz
[apple/xnu.git] / iokit / Drivers / platform / drvAppleGossamerPE / GossamerCPU.h
index ca8a88df004727c59a9f0d23f2b0edf69a3d96ac..fa124093ee88b861d43afbf512fd6370bc203ba6 100644 (file)
@@ -28,8 +28,8 @@
 #define _IOKIT_GOSSAMERCPU_H
 
 #include <IOKit/IOCPU.h>
+#include <IOKit/pci/IOPCIBridge.h>
 
-#include "../../pci/drvApplePCI/AppleGracklePCI.h"
 #include "Gossamer.h"
 
 class GossamerCPU : public IOCPU
@@ -41,7 +41,7 @@ private:
     IOService                  *heathrow;
     IOCPUInterruptController   *cpuIC;
     static UInt32              restartAddress;
-    AppleGracklePCI            *grackle;
+    IOPCIBridge                        *grackle;
     IOPCI2PCIBridge            *pci2pciBridge;
     unsigned long              tbLow, tbHigh, tbHigh2;
     GossamerPE                  *gossamerPE;