summaryrefslogtreecommitdiffstats
path: root/sys/sys/ioctl_bt848.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/ioctl_bt848.h')
-rw-r--r--sys/sys/ioctl_bt848.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/sys/ioctl_bt848.h b/sys/sys/ioctl_bt848.h
index 56ae612..02febcd 100644
--- a/sys/sys/ioctl_bt848.h
+++ b/sys/sys/ioctl_bt848.h
@@ -129,6 +129,8 @@ struct eeProm {
#define TVTUNER_SETAFC _IOW('x', 53, int) /* turn AFC on/off */
#define TVTUNER_GETAFC _IOR('x', 54, int) /* query AFC on/off */
+#define BT848_SLNOTCH _IOW('x', 55, int) /* set luma notch */
+#define BT848_GLNOTCH _IOR('x', 56, int) /* get luma notch */
/*
* XXX: more bad magic,
@@ -146,7 +148,8 @@ struct eeProm {
* renamed and moved to a common header
*/
-typedef enum { METEOR_PIXTYPE_RGB, METEOR_PIXTYPE_YUV } METEOR_PIXTYPE;
+typedef enum { METEOR_PIXTYPE_RGB, METEOR_PIXTYPE_YUV,
+ METEOR_PIXTYPE_YUV_PACKED } METEOR_PIXTYPE;
struct meteor_pixfmt {
u_int index; /* Index in supported pixfmt list */
OpenPOWER on IntegriCloud