Fork us on GitHub Follow us on Facebook Follow us on Twitter

Changeset c9e954c in mainline for uspace/drv/bus/usb/ehci/hc.h


Ignore:
Timestamp:
2014-01-18T22:37:06Z (9 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial
Children:
615abda
Parents:
fccf289
Message:

ehci: Add ehci_ prefix to driver interface functions.

File:
1 edited

Legend:

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

    rfccf289 rc9e954c  
    7171} hc_t;
    7272
    73 int hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res);
    74 int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun);
    7573int hc_init(hc_t *instance, const hw_res_list_parsed_t *hw_res, bool interrupts);
    7674void hc_fini(hc_t *instance);
     
    7977void hc_dequeue_endpoint(hc_t *instance, const endpoint_t *ep);
    8078
    81 int hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch);
    82 void hc_interrupt(hcd_t *hcd, uint32_t status);
     79int ehci_hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res);
     80
     81void ehci_hc_interrupt(hcd_t *hcd, uint32_t status);
     82int ehci_hc_status(hcd_t *hcd, uint32_t *status);
     83int ehci_hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch);
    8384#endif
    8485/**
Note: See TracChangeset for help on using the changeset viewer.