PERFORCE change 131314 for review

Hans Petter Selasky hselasky at FreeBSD.org
Thu Dec 20 10:27:52 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=131314

Change 131314 by hselasky at hselasky_laptop001 on 2007/12/20 18:27:20

	
	Add USB CDC Ethernet Template.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_template.h#6 edit
.. //depot/projects/usb/src/sys/dev/usb/usb_template_cdce.c#1 add

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_template.h#6 (text+ko) ====

@@ -80,4 +80,8 @@
 	uint8_t	iSerialNumber;
 };
 
+/* prototypes */
+
+extern const struct usb_temp_device_desc usb_template_cdce;
+
 #endif					/* _USB_TEMPLATE_H_ */


More information about the p4-projects mailing list