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


Ignore:
Timestamp:
2012-12-20T15:42:35Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
53332b5b
Parents:
d09791e6
Message:

uhci: Use helper routines provided by libusbhost

File:
1 edited

Legend:

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

    rd09791e6 ra720ff6  
    9090/** Main UHCI driver structure */
    9191typedef struct hc {
    92         /** Generic HCD driver structure */
    93         hcd_t generic;
    94 
    9592        /** Addresses of I/O registers */
    9693        uhci_regs_t *registers;
     
    125122void hc_interrupt(hc_t *instance, uint16_t status);
    126123int hc_init(hc_t *instance, void *regs, size_t reg_size, bool interupts);
     124int hc_schedule(hcd_t *hcd, usb_transfer_batch_t *batch);
    127125
    128126/** Safely dispose host controller internal structures
Note: See TracChangeset for help on using the changeset viewer.