Changeset 7ce0fe3 in mainline for uspace/drv/uhci-rhd/port_status.h
- Timestamp:
- 2011-02-01T22:02:23Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- afcd86e
- Parents:
- 993a1e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/uhci-rhd/port_status.h
r993a1e1 r7ce0fe3 35 35 #define DRV_UHCI_TD_PORT_STATUS_H 36 36 37 #include <libarch/ddi.h> 37 #include <libarch/ddi.h> /* pio_read and pio_write */ 38 38 39 #include <stdint.h> 39 40 … … 59 60 60 61 static inline void port_status_write( 61 port_status_t * 62 port_status_t *address, port_status_t value) 62 63 { pio_write_16(address, value); } 63 64
Note:
See TracChangeset
for help on using the changeset viewer.