1 /* SPDX-License-Identifier: GPL-2.0-or-later */
4 Types and defines needed for RDS. This is included by
5 saa6588.c and every driver (e.g. bttv-driver.c) that wants
6 to use the saa6588 module.
8 (c) 2005 by Hans J. Koch
16 struct saa6588_command
{
17 unsigned int block_count
;
20 unsigned char __user
*buffer
;
21 struct file
*instance
;
22 poll_table
*event_list
;
26 /* These ioctls are internal to the kernel */
27 #define SAA6588_CMD_CLOSE _IOW('R', 2, int)
28 #define SAA6588_CMD_READ _IOR('R', 3, int)
29 #define SAA6588_CMD_POLL _IOR('R', 4, int)