Author: fireball
Date: Sat Aug 19 22:09:30 2006
New Revision: 23611
URL:
http://svn.reactos.org/svn/reactos?rev=23611&view=rev
Log:
Fix a bit of warnings
Modified:
trunk/reactos/drivers/usb/nt4compat/usbdriver/usb.h
Modified: trunk/reactos/drivers/usb/nt4compat/usbdriver/usb.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/usb/nt4compat/usbd…
==============================================================================
--- trunk/reactos/drivers/usb/nt4compat/usbdriver/usb.h (original)
+++ trunk/reactos/drivers/usb/nt4compat/usbdriver/usb.h Sat Aug 19 22:09:30 2006
@@ -260,7 +260,15 @@
pseTup->wIndex = endp_aDdr;\
}
-
+// Forward structs declarations
+struct _URB;
+struct _HCD;
+struct _USB_DEV_MANAGER;
+struct _USB_DEV;
+struct _USB_ENDPOINT;
+struct _USB_EVENT;
+struct _USB_EVENT_POOL;
+struct _USB_DRIVER;
/* USB constants */