Current Path : /sys/amd64/compile/hs32/modules/usr/src/sys/modules/libalias/modules/irc/@/amd64/compile/hs32/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //sys/amd64/compile/hs32/modules/usr/src/sys/modules/libalias/modules/irc/@/amd64/compile/hs32/usb_if.c |
/* * This file is produced automatically. * Do not modify anything in here by hand. * * Created from source file * ../../../dev/usb/usb_if.m * with * makeobjops.awk * * See the source file for legal information */ #include <sys/param.h> #include <sys/queue.h> #include <sys/kernel.h> #include <sys/kobj.h> #include <sys/bus.h> #include "usb_if.h" struct kobj_method usb_handle_request_method_default = { &usb_handle_request_desc, (kobjop_t) kobj_error_method }; 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 };