blob: 70aa46bd51823aa54b4cad7e96a269b8d4e33a5c [file] [log] [blame]
Thomas Gleixner74ba9202019-05-20 09:19:02 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Hans Verkuil1cd3c0f2009-03-08 17:04:38 -03002/*
3 bt819.h - bt819 notifications
4
5 Copyright (C) 2009 Hans Verkuil (hverkuil@xs4all.nl)
6
Hans Verkuil1cd3c0f2009-03-08 17:04:38 -03007*/
8
9#ifndef _BT819_H_
10#define _BT819_H_
11
12#include <linux/ioctl.h>
13
14/* v4l2_device notifications. */
15
16/* Needed to reset the FIFO buffer when changing the input
Hans Verkuil66832ae2010-12-27 12:27:50 -030017 or the video standard.
18
19 Note: these ioctls that internal to the kernel and are never called
20 from userspace. */
Mauro Carvalho Chehab6e6a8b52018-01-04 13:08:56 -050021#define BT819_FIFO_RESET_LOW _IO('b', 0)
22#define BT819_FIFO_RESET_HIGH _IO('b', 1)
Hans Verkuil1cd3c0f2009-03-08 17:04:38 -030023
24#endif