/*1bt819.h - bt819 notifications23Copyright (C) 2009 Hans Verkuil ([email protected])45This program is free software; you can redistribute it and/or modify6it under the terms of the GNU General Public License as published by7the Free Software Foundation; either version 2 of the License, or8(at your option) any later version.910This program is distributed in the hope that it will be useful,11but WITHOUT ANY WARRANTY; without even the implied warranty of12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13GNU General Public License for more details.1415You should have received a copy of the GNU General Public License16along with this program; if not, write to the Free Software17Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.18*/1920#ifndef _BT819_H_21#define _BT819_H_2223#include <linux/ioctl.h>2425/* v4l2_device notifications. */2627/* Needed to reset the FIFO buffer when changing the input28or the video standard.2930Note: these ioctls that internal to the kernel and are never called31from userspace. */32#define BT819_FIFO_RESET_LOW _IO('b', 0)33#define BT819_FIFO_RESET_HIGH _IO('b', 1)3435#endif363738