[ros-diffs] [fireball] 23611: Fix a bit of warnings
fireball at svn.reactos.org
fireball at svn.reactos.org
Sat Aug 19 20:09:30 CEST 2006
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/usbdriver/usb.h?rev=23611&r1=23610&r2=23611&view=diff
==============================================================================
--- 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 */
More information about the Ros-diffs
mailing list