diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-controls.h')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-controls.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-controls.h b/drivers/media/video/ivtv/ivtv-controls.h index 5a11149725ad..bb8a6a5ed2bc 100644 --- a/drivers/media/video/ivtv/ivtv-controls.h +++ b/drivers/media/video/ivtv/ivtv-controls.h | |||
@@ -18,4 +18,9 @@ | |||
18 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
19 | */ | 19 | */ |
20 | 20 | ||
21 | #ifndef IVTV_CONTROLS_H | ||
22 | #define IVTV_CONTROLS_H | ||
23 | |||
21 | int ivtv_control_ioctls(struct ivtv *itv, unsigned int cmd, void *arg); | 24 | int ivtv_control_ioctls(struct ivtv *itv, unsigned int cmd, void *arg); |
25 | |||
26 | #endif | ||