diff options
Diffstat (limited to 'include/uapi/linux/dvb')
| -rw-r--r-- | include/uapi/linux/dvb/video.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/uapi/linux/dvb/video.h b/include/uapi/linux/dvb/video.h index df3d7028c807..6a0c9757b7ba 100644 --- a/include/uapi/linux/dvb/video.h +++ b/include/uapi/linux/dvb/video.h | |||
| @@ -186,12 +186,6 @@ typedef struct video_spu { | |||
| 186 | } video_spu_t; | 186 | } video_spu_t; |
| 187 | 187 | ||
| 188 | 188 | ||
| 189 | typedef struct video_spu_palette { /* SPU Palette information */ | ||
| 190 | int length; | ||
| 191 | __u8 __user *palette; | ||
| 192 | } video_spu_palette_t; | ||
| 193 | |||
| 194 | |||
| 195 | typedef struct video_navi_pack { | 189 | typedef struct video_navi_pack { |
| 196 | int length; /* 0 ... 1024 */ | 190 | int length; /* 0 ... 1024 */ |
| 197 | __u8 data[1024]; | 191 | __u8 data[1024]; |
| @@ -248,7 +242,6 @@ typedef __u16 video_attributes_t; | |||
| 248 | #define VIDEO_SET_SYSTEM _IO('o', 38) | 242 | #define VIDEO_SET_SYSTEM _IO('o', 38) |
| 249 | #define VIDEO_SET_HIGHLIGHT _IOW('o', 39, video_highlight_t) | 243 | #define VIDEO_SET_HIGHLIGHT _IOW('o', 39, video_highlight_t) |
| 250 | #define VIDEO_SET_SPU _IOW('o', 50, video_spu_t) | 244 | #define VIDEO_SET_SPU _IOW('o', 50, video_spu_t) |
| 251 | #define VIDEO_SET_SPU_PALETTE _IOW('o', 51, video_spu_palette_t) | ||
| 252 | #define VIDEO_GET_NAVI _IOR('o', 52, video_navi_pack_t) | 245 | #define VIDEO_GET_NAVI _IOR('o', 52, video_navi_pack_t) |
| 253 | #define VIDEO_SET_ATTRIBUTES _IO('o', 53) | 246 | #define VIDEO_SET_ATTRIBUTES _IO('o', 53) |
| 254 | #define VIDEO_GET_SIZE _IOR('o', 55, video_size_t) | 247 | #define VIDEO_GET_SIZE _IOR('o', 55, video_size_t) |
