diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/ivtv-fb.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/media/ivtv-fb.h b/include/media/ivtv-fb.h index 902b2f3d3cb6..3b746f5e3c9e 100644 --- a/include/media/ivtv-fb.h +++ b/include/media/ivtv-fb.h | |||
@@ -23,13 +23,12 @@ | |||
23 | 23 | ||
24 | /* Framebuffer external API */ | 24 | /* Framebuffer external API */ |
25 | 25 | ||
26 | struct ivtvfb_ioctl_dma_host_to_ivtv_args { | 26 | struct ivtvfb_dma_frame { |
27 | void __user *source; | 27 | void __user *source; |
28 | unsigned long dest_offset; | 28 | unsigned long dest_offset; |
29 | int count; | 29 | int count; |
30 | }; | 30 | }; |
31 | 31 | ||
32 | /* Framebuffer ioctls should use the range 1 - 28 */ | 32 | #define IVTVFB_IOC_DMA_FRAME _IOW ('V', BASE_VIDIOC_PRIVATE+0, struct ivtvfb_dma_frame) |
33 | #define IVTVFB_IOCTL_PREP_FRAME _IOW('@', 3, struct ivtvfb_ioctl_dma_host_to_ivtv_args) | ||
34 | 33 | ||
35 | #endif | 34 | #endif |