WIP FPC-III support
[linux/fpc-iii.git] / include / media / i2c / bt819.h
blob70aa46bd51823aa54b4cad7e96a269b8d4e33a5c
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 bt819.h - bt819 notifications
5 Copyright (C) 2009 Hans Verkuil (hverkuil@xs4all.nl)
7 */
9 #ifndef _BT819_H_
10 #define _BT819_H_
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
20 from userspace. */
21 #define BT819_FIFO_RESET_LOW _IO('b', 0)
22 #define BT819_FIFO_RESET_HIGH _IO('b', 1)
24 #endif