Current Path : /compat/linux/proc/68247/cwd/usr/src/usr.sbin/fwcontrol/ |
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 : //compat/linux/proc/68247/cwd/usr/src/usr.sbin/fwcontrol/fwmethods.h |
/*- * This file is in the public domain. * * $FreeBSD: release/9.1.0/usr.sbin/fwcontrol/fwmethods.h 163712 2006-10-26 22:33:38Z imp $ */ typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count); extern fwmethod dvrecv; extern fwmethod dvsend; extern fwmethod mpegtsrecv;