Home | History | Annotate | Line # | Download | only in fwctl
      1  1.1  kiyohara /*-
      2  1.1  kiyohara  * This file is in the public domain.
      3  1.1  kiyohara  *
      4  1.1  kiyohara  * $FreeBSD: src/usr.sbin/fwcontrol/fwmethods.h,v 1.1 2006/10/26 22:33:38 imp Exp $
      5  1.1  kiyohara  */
      6  1.1  kiyohara 
      7  1.1  kiyohara typedef void (fwmethod)(int dev_fd, const char *filename, char ich, int count);
      8  1.1  kiyohara extern fwmethod dvrecv;
      9  1.1  kiyohara extern fwmethod dvsend;
     10  1.1  kiyohara extern fwmethod mpegtsrecv;
     11