X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FUSB%2FOHCI%2Fohci.h;h=0452f11d92a6340bb48ab4972f996b795d6ec61b;hb=36b950d17b828c7cd2e5e9dbe5fb4cbded89889c;hp=60cbf5579f310d54b86f2fe78addfcaabda6f0c9;hpb=dbf2fba5c46254f141a52f93fa4d9e626fe72498;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/USB/OHCI/ohci.h b/KernelLand/Modules/USB/OHCI/ohci.h index 60cbf557..0452f11d 100644 --- a/KernelLand/Modules/USB/OHCI/ohci.h +++ b/KernelLand/Modules/USB/OHCI/ohci.h @@ -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; };