Changeset 58563585 in mainline for uspace/drv/bus/usb/ohci/ohci_regs.h
- Timestamp:
- 2016-08-31T11:15:39Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10cb47e
- Parents:
- 7a67416
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/ohci_regs.h
r7a67416 r58563585 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 28 29 /** @addtogroup drvusbohci 29 30 * @{ … … 32 33 * @brief OHCI host controller register structure 33 34 */ 35 34 36 #ifndef DRV_OHCI_OHCI_REGS_H 35 37 #define DRV_OHCI_OHCI_REGS_H 38 36 39 #include <ddi.h> 37 40 #include <sys/types.h> … … 246 249 #define RHPS_CHANGE_WC_MASK (0x1f0000) 247 250 } ohci_regs_t; 251 248 252 #endif 253 249 254 /** 250 255 * @}
Note:
See TracChangeset
for help on using the changeset viewer.