summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/local/usb_if.c
diff options
context:
space:
mode:
Diffstat (limited to 'rtemsbsd/local/usb_if.c')
-rw-r--r--rtemsbsd/local/usb_if.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/rtemsbsd/local/usb_if.c b/rtemsbsd/local/usb_if.c
index 766b1243..5277e529 100644
--- a/rtemsbsd/local/usb_if.c
+++ b/rtemsbsd/local/usb_if.c
@@ -5,7 +5,7 @@
* Do not modify anything in here by hand.
*
* Created from source file
- * dev/usb/usb_if.m
+ * freebsd-org/sys/dev/usb/usb_if.m
* with
* makeobjops.awk
*
@@ -27,3 +27,11 @@ struct kobjop_desc usb_handle_request_desc = {
0, &usb_handle_request_method_default
};
+struct kobj_method usb_take_controller_method_default = {
+ &usb_take_controller_desc, (kobjop_t) kobj_error_method
+};
+
+struct kobjop_desc usb_take_controller_desc = {
+ 0, &usb_take_controller_method_default
+};
+