Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/uhci.h

    r9d2d444 r33fbe95  
    4141#include "root_hub.h"
    4242
    43 /** Structure representing both functions of UHCI hc, USB host controller
    44  * and USB root hub */
    4543typedef struct uhci {
    46         /** Pointer to DDF represenation of UHCI host controller */
    4744        ddf_fun_t *hc_fun;
    48         /** Pointer to DDF represenation of UHCI root hub */
    4945        ddf_fun_t *rh_fun;
    5046
    51         /** Internal driver's represenation of UHCI host controller */
    5247        hc_t hc;
    53         /** Internal driver's represenation of UHCI root hub */
    5448        rh_t rh;
    5549} uhci_t;
    5650
    5751int uhci_init(uhci_t *instance, ddf_dev_t *device);
     52
    5853#endif
    5954/**
Note: See TracChangeset for help on using the changeset viewer.