Changeset 620c710 in mainline for uspace/drv/bus/usb/ohci/hc.h


Ignore:
Timestamp:
2011-08-25T14:21:57Z (14 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
961c29e8
Parents:
e20eaed
Message:

libushost: promote endpoint data dtor to destruction hook

ohci: use new usb c driver architecture

File:
1 edited

Legend:

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

    re20eaed r620c710  
    8484int hc_get_irq_commands(
    8585    irq_cmd_t cmds[], size_t cmd_size, uintptr_t regs, size_t reg_size);
     86int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun);
    8687int hc_init(hc_t *instance, uintptr_t regs, size_t reg_size, bool interrupts);
    87 int hc_register_hub(hc_t *instance, ddf_fun_t *hub_fun);
    8888
    8989/** Safely dispose host controller internal structures
     
    9393static inline void hc_fini(hc_t *instance)
    9494        { /* TODO: implement*/ };
     95
     96void hc_enqueue_endpoint(hc_t *instance, endpoint_t *ep);
     97void hc_dequeue_endpoint(hc_t *instance, endpoint_t *ep);
    9598
    9699int hc_add_endpoint(hc_t *instance, usb_address_t address, usb_endpoint_t ep,
Note: See TracChangeset for help on using the changeset viewer.