]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/fwcontrol/fwmethods.h
Merge llvm-project release/17.x llvmorg-17.0.3-0-g888437e1b600
[FreeBSD/FreeBSD.git] / usr.sbin / fwcontrol / fwmethods.h
1 /*-
2  * This file is in the public domain.
3  */
4
5 typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
6 extern fwmethod dvrecv;
7 extern fwmethod dvsend;
8 extern fwmethod mpegtsrecv;