Ignore:
File:
1 edited

Legend:

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

    r68e5406 rb7fd2a0  
    8080} hc_t;
    8181
    82 extern int hc_init(hc_t *, const hw_res_list_parsed_t *, bool);
     82extern errno_t hc_init(hc_t *, const hw_res_list_parsed_t *, bool);
    8383extern void hc_fini(hc_t *);
    8484
     
    8686extern void hc_dequeue_endpoint(hc_t *, const endpoint_t *);
    8787
    88 int ohci_hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res, int *irq);
     88errno_t ohci_hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res, int *irq);
    8989
    9090extern void ohci_hc_interrupt(hcd_t *, uint32_t);
    91 extern int ohci_hc_status(hcd_t *, uint32_t *);
    92 extern int ohci_hc_schedule(hcd_t *, usb_transfer_batch_t *);
     91extern errno_t ohci_hc_status(hcd_t *, uint32_t *);
     92extern errno_t ohci_hc_schedule(hcd_t *, usb_transfer_batch_t *);
    9393
    9494#endif
Note: See TracChangeset for help on using the changeset viewer.