grml...
[seabios.git] / src / usb-hub.h
index 0994320578dbbb1cd8d54290086e4b8b7aecdf82..7672028dd7ddca59b09d10b24ea7b2d3c9b549da 100644 (file)
@@ -1,16 +1,6 @@
 #ifndef __USB_HUB_H
 #define __USB_HUB_H
 
-struct usbhub_s {
-    struct usb_pipe *pipe;
-    struct usb_s *cntl;
-    struct mutex_s lock;
-    u32 powerwait;
-    u32 port;
-    u32 threads;
-    u32 devcount;
-};
-
 // usb-hub.c
 struct usb_pipe;
 int usb_hub_init(struct usb_pipe *pipe);