X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Modules%2FUSB%2FUHCI%2Fuhci.h;h=a93459a96d791e6e6779f3cbe3bbc5df3a11ffa9;hb=9e5fa402ca899be7d2b49980d6a45340c9bece55;hp=ec74174d0057d2b65b36400eb6eb3ec7ed3eb4d6;hpb=8aad7ffe6c2e7e5dbb06a5baf59ca43ce1c12317;p=tpg%2Facess2.git diff --git a/Modules/USB/UHCI/uhci.h b/Modules/USB/UHCI/uhci.h index ec74174d..a93459a9 100644 --- a/Modules/USB/UHCI/uhci.h +++ b/Modules/USB/UHCI/uhci.h @@ -24,6 +24,11 @@ struct sUHCI_Controller */ Uint16 IOBase; + /** + * \brief Memory Mapped-IO base address + */ + Uint16 *MemIOMap; + /** * \brief IRQ Number assigned to the device */