summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_core.h
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2013-01-30 15:46:26 +0000
committerhselasky <hselasky@FreeBSD.org>2013-01-30 15:46:26 +0000
commit34829d74e1222ffb99ba5a0dc56d3a62c7813ca5 (patch)
tree7deb6aabb1fced511305bb7585dcf39efe030c3e /sys/dev/usb/usb_core.h
parent0fbe1630154e5d48b97c66259002053ea2c04768 (diff)
downloadFreeBSD-src-34829d74e1222ffb99ba5a0dc56d3a62c7813ca5.zip
FreeBSD-src-34829d74e1222ffb99ba5a0dc56d3a62c7813ca5.tar.gz
Provide one global language string descriptor for
american english instead of giving each module its own. Submitted by: Christoph Mallon
Diffstat (limited to 'sys/dev/usb/usb_core.h')
-rw-r--r--sys/dev/usb/usb_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_core.h b/sys/dev/usb/usb_core.h
index 776cf17..afd74ed 100644
--- a/sys/dev/usb/usb_core.h
+++ b/sys/dev/usb/usb_core.h
@@ -69,6 +69,7 @@ struct usb_page;
struct usb_page_cache;
struct usb_xfer;
struct usb_xfer_root;
+struct usb_string_lang;
/* typedefs */
@@ -174,6 +175,7 @@ struct usb_xfer {
/* external variables */
extern struct mtx usb_ref_lock;
+extern const struct usb_string_lang usb_string_lang_en;
/* typedefs */
OpenPOWER on IntegriCloud