Changeset b7c2757 in mainline for uspace/drv/bus/usb/ohci/root_hub.h


Ignore:
Timestamp:
2011-07-11T14:13:12Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2a0b1dd
Parents:
1368a6b
Message:

OHCI: Root hub: Initialization won't fail.

Descriptor initialization won't fail.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/ohci/root_hub.h

    r1368a6b rb7c2757  
    7777} rh_t;
    7878
    79 int rh_init(rh_t *instance, ohci_regs_t *regs);
     79void rh_init(rh_t *instance, ohci_regs_t *regs);
    8080
    8181int rh_request(rh_t *instance, usb_transfer_batch_t *request);
Note: See TracChangeset for help on using the changeset viewer.