Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/uhci/hc.h

    rb7fd2a0 r7ee7e6a  
    124124} hc_t;
    125125
    126 extern errno_t hc_init(hc_t *, const hw_res_list_parsed_t *, bool);
     126extern int hc_init(hc_t *, const hw_res_list_parsed_t *, bool);
    127127extern void hc_fini(hc_t *);
    128128
    129 extern errno_t uhci_hc_gen_irq_code(irq_code_t *, const hw_res_list_parsed_t *, int *);
     129extern int uhci_hc_gen_irq_code(irq_code_t *, const hw_res_list_parsed_t *);
    130130
    131131extern void uhci_hc_interrupt(hcd_t *, uint32_t);
    132 extern errno_t uhci_hc_status(hcd_t *, uint32_t *);
    133 extern errno_t uhci_hc_schedule(hcd_t *, usb_transfer_batch_t *);
     132extern int uhci_hc_status(hcd_t *, uint32_t *);
     133extern int uhci_hc_schedule(hcd_t *, usb_transfer_batch_t *);
    134134
    135135#endif
Note: See TracChangeset for help on using the changeset viewer.