Deleted Added
sdiff udiff text old ( 33850 ) new ( 36090 )
full compact
1/*
2 * extensions to ioctl_meteor.h for the bt848 cards
3 */
4
5/*
6 * frequency sets
7 */
8#define CHNLSET_NABCST 1

--- 179 unchanged lines hidden (view full) ---

188#define BT848SCLIP _IOW('x', 66, struct _bktr_clip )
189#define BT848GCLIP _IOR('x', 66, struct _bktr_clip )
190
191
192/* set input format */
193#define BT848SFMT _IOW('x', 67, unsigned long )
194#define BT848GFMT _IOR('x', 67, unsigned long )
195
196/* Read/Write the BT848's I2C bus directly
197 * b7-b0: data (read/write)
198 * b15-b8: internal peripheral register (write)
199 * b23-b16: i2c addr (write)
200 * b31-b24: 1 = write, 0 = read
201 */
202#define BT848_I2CWR _IOWR('x', 57, u_long) /* i2c read-write */
203/* Support for radio tuner */

--- 20 unchanged lines hidden ---