Changeset 42dbb26 in mainline for uspace/drv/ohci/ohci_hc.h


Ignore:
Timestamp:
2011-03-20T18:36:09Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e7bc999
Parents:
b8e9acb
Message:

Enable access to device registers

File:
1 edited

Legend:

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

    rb8e9acb r42dbb26  
    4545
    4646#include "batch.h"
     47#include "ohci_regs.h"
    4748#include "ohci_rh.h"
    4849
    49 typedef struct ohci_regs {
    50 } regs_t;
    51 
    52 
    5350typedef struct ohci_hc {
     51        ohci_regs_t *registers;
    5452        usb_address_t rh_address;
    5553        ohci_rh_t rh;
Note: See TracChangeset for help on using the changeset viewer.