1163712Simp/*-
2163712Simp * This file is in the public domain.
3163712Simp *
4163712Simp * $FreeBSD$
5163712Simp */
6163712Simp
7163712Simptypedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
8163712Simpextern fwmethod dvrecv;
9163712Simpextern fwmethod dvsend;
10163712Simpextern fwmethod mpegtsrecv;
11