Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1056 → Rev 623

/shark/trunk/drivers/bttv/include/drivers/bttvp.h
248,6 → 248,7
/* our devices */
#define BTTV_MAX 16
extern unsigned int bttv_num;
extern struct bttv bttvs[BTTV_MAX];
 
#define BTTV_MAX_FBUF 0x208000
#define VBIBUF_SIZE (2048*VBI_MAXLINES*2)
376,9 → 377,6
struct bttv_fh init;
};
 
// moved here for gcc4 compatibility
extern struct bttv bttvs[BTTV_MAX];
 
/* private ioctls */
#define BTTV_VERSION _IOR('v' , BASE_VIDIOCPRIVATE+6, int)
#define BTTV_VBISIZE _IOR('v' , BASE_VIDIOCPRIVATE+8, int)