svn commit: r266886 - head/sys/boot/usb/storage

Hans Petter Selasky hselasky at FreeBSD.org
Fri May 30 14:05:31 UTC 2014


Author: hselasky
Date: Fri May 30 14:05:31 2014
New Revision: 266886
URL: http://svnweb.freebsd.org/changeset/base/266886

Log:
  Export structure(s) properly.
  
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/boot/usb/storage/umass_common.h

Modified: head/sys/boot/usb/storage/umass_common.h
==============================================================================
--- head/sys/boot/usb/storage/umass_common.h	Fri May 30 13:53:37 2014	(r266885)
+++ head/sys/boot/usb/storage/umass_common.h	Fri May 30 14:05:31 2014	(r266886)
@@ -32,6 +32,10 @@
 #ifndef _UMASS_COMMON_H_
 #define	_UMASS_COMMON_H_
 
+struct usb_attach_arg;
+struct devsw;
+
 extern struct usb_attach_arg umass_uaa;
+extern struct devsw umass_disk;
 
 #endif			/* _UMASS_COMMON_H_ */


More information about the svn-src-all mailing list