mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Export structure(s) properly.
Sponsored by: DARPA, AFRL
This commit is contained in:
parent
6cdd2fc633
commit
70d843035e
1 changed files with 4 additions and 0 deletions
|
|
@ -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_ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue