Ignore:
File:
1 edited

Legend:

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

    rb7fd2a0 r8d2dd7f2  
    6565} ohci_rh_t;
    6666
    67 errno_t ohci_rh_init(ohci_rh_t *instance, ohci_regs_t *regs, const char *name);
    68 errno_t ohci_rh_schedule(ohci_rh_t *instance, usb_transfer_batch_t *batch);
    69 errno_t ohci_rh_interrupt(ohci_rh_t *instance);
     67int ohci_rh_init(ohci_rh_t *instance, ohci_regs_t *regs, const char *name);
     68int ohci_rh_schedule(ohci_rh_t *instance, usb_transfer_batch_t *batch);
     69int ohci_rh_interrupt(ohci_rh_t *instance);
    7070
    7171/** Get OHCI rh address.
Note: See TracChangeset for help on using the changeset viewer.