• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * This file is produced automatically.
3  * Do not modify anything in here by hand.
4  *
5  * Created from source file
6  *   usb_if.m
7  * with
8  *   makeobjops.awk
9  *
10  * See the source file for legal information
11  */
12 
13 #include <sys/param.h>
14 #include <sys/queue.h>
15 #include <sys/kernel.h>
16 #include <sys/kobj.h>
17 #include <sys/bus.h>
18 #include "usb_if.h"
19 
20 struct kobjop_desc usb_handle_request_desc = {
21 	0, { &usb_handle_request_desc, (kobjop_t)kobj_error_method }
22 };
23 
24 struct kobjop_desc usb_take_controller_desc = {
25 	0, { &usb_take_controller_desc, (kobjop_t)kobj_error_method }
26 };
27 
28