Current Path : /sys/amd64/compile/hs32/modules/usr/src/sys/modules/sound/sound/ |
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/sound/sound/mpufoi_if.c |
/* * This file is produced automatically. * Do not modify anything in here by hand. * * Created from source file * @/dev/sound/midi/mpufoi_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 <dev/sound/midi/mpu401.h> #include "mpufoi_if.h" struct kobj_method mpufoi_read_method_default = { &mpufoi_read_desc, (kobjop_t) kobj_error_method }; struct kobjop_desc mpufoi_read_desc = { 0, &mpufoi_read_method_default }; struct kobj_method mpufoi_write_method_default = { &mpufoi_write_desc, (kobjop_t) kobj_error_method }; struct kobjop_desc mpufoi_write_desc = { 0, &mpufoi_write_method_default }; struct kobj_method mpufoi_uninit_method_default = { &mpufoi_uninit_desc, (kobjop_t) kobj_error_method }; struct kobjop_desc mpufoi_uninit_desc = { 0, &mpufoi_uninit_method_default };