Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/usbhub/ports.h

    r2ad98fd r69df9373  
    3636#define DRV_USBHUB_PORTS_H
    3737
    38 #include <usb/devdrv.h>
     38#include <ipc/devman.h>
     39#include <usb/usb.h>
     40#include <ddf/driver.h>
     41#include <fibril_synch.h>
     42
    3943#include <usb/hub.h>
    4044
    41 typedef struct usb_hub_info_t usb_hub_info_t;
     45#include <usb/pipes.h>
     46#include <usb/devdrv.h>
    4247
    4348/** Information about single port on a hub. */
     
    6772}
    6873
    69 
    70 void usb_hub_process_interrupt(usb_hub_info_t * hub,
    71         uint16_t port);
    72 
     74bool hub_port_changes_callback(usb_device_t *, uint8_t *, size_t, void *);
    7375
    7476
Note: See TracChangeset for help on using the changeset viewer.