diff options
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/ivtv-fb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/media/ivtv-fb.h b/include/media/ivtv-fb.h index 3b746f5e3c9e..d3a797b17280 100644 --- a/include/media/ivtv-fb.h +++ b/include/media/ivtv-fb.h | |||
@@ -29,6 +29,7 @@ struct ivtvfb_dma_frame { | |||
29 | int count; | 29 | int count; |
30 | }; | 30 | }; |
31 | 31 | ||
32 | #define IVTVFB_IOC_DMA_FRAME _IOW ('V', BASE_VIDIOC_PRIVATE+0, struct ivtvfb_dma_frame) | 32 | #define IVTVFB_IOC_DMA_FRAME _IOW ('V', BASE_VIDIOC_PRIVATE+0, struct ivtvfb_dma_frame) |
33 | #define FBIO_WAITFORVSYNC _IOW('F', 0x20, u_int32_t) | ||
33 | 34 | ||
34 | #endif | 35 | #endif |