Merge branch 'master' of github.com:thepowersgang/acess2
[tpg/acess2.git] / KernelLand / Modules / USB / OHCI / ohci.h
index 60cbf55..0452f11 100644 (file)
@@ -143,12 +143,13 @@ struct sOHCI_Controller
        Uint    IRQNum; 
        tPAddr  ControlSpacePhys;
 
-       struct sRegisters       *ControlSpace;
+       volatile struct sRegisters      *ControlSpace;
 
        tPAddr  HCCAPhys;
-       struct sHCCA    *HCCA;
+       volatile struct sHCCA   *HCCA;
        struct sOHCI_IntLists   *IntLists;      // At HCCA+512
 
+        int    nPorts;
        tUSBHub *RootHub;
 };
 

UCC git Repository :: git.ucc.asn.au