1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 bt819.h - bt819 notifications
5 Copyright (C) 2009 Hans Verkuil (hverkuil@xs4all.nl)
12 #include <linux/ioctl.h>
14 /* v4l2_device notifications. */
16 /* Needed to reset the FIFO buffer when changing the input
17 or the video standard.
19 Note: these ioctls that internal to the kernel and are never called
21 #define BT819_FIFO_RESET_LOW _IO('b', 0)
22 #define BT819_FIFO_RESET_HIGH _IO('b', 1)