Changes in uspace/drv/ohci/ohci_regs.h [561112f:02cacce] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/ohci/ohci_regs.h
r561112f r02cacce 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 29 28 /** @addtogroup drvusbohcihc 30 29 * @{ … … 37 36 #include <stdint.h> 38 37 39 typedef struct ohci_regs 40 {38 /** OHCI memory mapped registers structure */ 39 typedef struct ohci_regs { 41 40 const volatile uint32_t revision; 42 41 volatile uint32_t control;
Note:
See TracChangeset
for help on using the changeset viewer.