summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fwcontrol/fwmethods.h
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-10-26 22:33:38 +0000
committerimp <imp@FreeBSD.org>2006-10-26 22:33:38 +0000
commit6e88cf01d905a4fb65edf38a269daa97b31c9617 (patch)
treee861f174a01e0fa7585a8e05be137a603cd117f8 /usr.sbin/fwcontrol/fwmethods.h
parentd20db01f97a7b67b8d8300b347bb20c0e1f8e407 (diff)
downloadFreeBSD-src-6e88cf01d905a4fb65edf38a269daa97b31c9617.zip
FreeBSD-src-6e88cf01d905a4fb65edf38a269daa97b31c9617.tar.gz
Add MPEG2-TS/HDV support to fwcontrol.
Submitted by: Petr Holub" <hopet@ics.muni.cz> Clean up by: mi@ Pr: 98134
Diffstat (limited to 'usr.sbin/fwcontrol/fwmethods.h')
-rw-r--r--usr.sbin/fwcontrol/fwmethods.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/fwcontrol/fwmethods.h b/usr.sbin/fwcontrol/fwmethods.h
new file mode 100644
index 0000000..9ac82e6
--- /dev/null
+++ b/usr.sbin/fwcontrol/fwmethods.h
@@ -0,0 +1,10 @@
+/*-
+ * This file is in the public domain.
+ *
+ * $FreeBSD$
+ */
+
+typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
+extern fwmethod dvrecv;
+extern fwmethod dvsend;
+extern fwmethod mpegtsrecv;
OpenPOWER on IntegriCloud