Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/usb/usbhub/usbhub.h

    rd15797d r58563585  
    3838#define DRV_USBHUB_USBHUB_H
    3939
     40#include <ipc/devman.h>
    4041#include <ddf/driver.h>
    4142
     
    7172        /** Condition variable for pending_ops_count. */
    7273        fibril_condvar_t pending_ops_cv;
    73         /** Pointer to usbhub function. */
     74        /** Pointer to devman usbhub function. */
    7475        ddf_fun_t *hub_fun;
    7576        /** Status indicator */
Note: See TracChangeset for help on using the changeset viewer.