Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/ohci/ohci_regs.h

    r561112f r02cacce  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
    28 
    2928/** @addtogroup drvusbohcihc
    3029 * @{
     
    3736#include <stdint.h>
    3837
    39 typedef struct ohci_regs
    40 {
     38/** OHCI memory mapped registers structure */
     39typedef struct ohci_regs {
    4140        const volatile uint32_t revision;
    4241        volatile uint32_t control;
Note: See TracChangeset for help on using the changeset viewer.