Changeset 9f6cb910 in mainline for uspace/drv/bus/usb/uhci/hc.h


Ignore:
Timestamp:
2014-01-18T22:04:48Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
fccf289
Parents:
4bfcf22
Message:

uhci: Add uhci_ prefix to driver interface functions.

File:
1 edited

Legend:

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

    r4bfcf22 r9f6cb910  
    125125int hc_init(hc_t *instance, const hw_res_list_parsed_t *hw_res, bool interupts);
    126126void hc_fini(hc_t *instance);
    127 int hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res);
    128127
    129 void hc_interrupt(hcd_t *hcd, uint32_t status);
    130 int hc_status(hcd_t *hcd, uint32_t *status);
    131 int hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch);
     128int uhci_hc_gen_irq_code(irq_code_t *code, const hw_res_list_parsed_t *hw_res);
     129
     130void uhci_hc_interrupt(hcd_t *hcd, uint32_t status);
     131int uhci_hc_status(hcd_t *hcd, uint32_t *status);
     132int uhci_hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch);
    132133
    133134#endif
Note: See TracChangeset for help on using the changeset viewer.