Ignore:
File:
1 edited

Legend:

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

    r68e5406 rb7fd2a0  
    8282} hc_t;
    8383
    84 int hc_init(hc_t *instance, const hw_res_list_parsed_t *hw_res, bool interrupts);
     84errno_t hc_init(hc_t *instance, const hw_res_list_parsed_t *hw_res, bool interrupts);
    8585void hc_fini(hc_t *instance);
    8686
     
    8888void hc_dequeue_endpoint(hc_t *instance, const endpoint_t *ep);
    8989
    90 int ehci_hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res, int *irq);
     90errno_t ehci_hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res, int *irq);
    9191
    9292void ehci_hc_interrupt(hcd_t *hcd, uint32_t status);
    93 int ehci_hc_status(hcd_t *hcd, uint32_t *status);
    94 int ehci_hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch);
     93errno_t ehci_hc_status(hcd_t *hcd, uint32_t *status);
     94errno_t ehci_hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch);
    9595#endif
    9696/**
Note: See TracChangeset for help on using the changeset viewer.