summaryrefslogtreecommitdiffstats
path: root/libvo/videodev_mjpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/videodev_mjpeg.h')
-rw-r--r--libvo/videodev_mjpeg.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/videodev_mjpeg.h b/libvo/videodev_mjpeg.h
index 68fd79c576..9f8c30234c 100644
--- a/libvo/videodev_mjpeg.h
+++ b/libvo/videodev_mjpeg.h
@@ -3,6 +3,9 @@
<rainer@johanni.de>
*/
+#ifndef VIDEODEV_MJPEG_H
+#define VIDEODEV_MJPEG_H
+
/* This is identical with the mgavideo internal params struct,
please tell me if you change this struct here ! <gz@lysator.liu.se) */
struct mjpeg_params
@@ -116,3 +119,5 @@ Private IOCTL to set up for displaying MJPEG
#define MJPIOC_QBUF_PLAY _IOW ('v', BASE_VIDIOCPRIVATE+4, int)
#define MJPIOC_SYNC _IOR ('v', BASE_VIDIOCPRIVATE+5, struct mjpeg_sync)
#define MJPIOC_G_STATUS _IOWR('v', BASE_VIDIOCPRIVATE+6, struct mjpeg_status)
+
+#endif /* VIDEODEV_MJPEG_H */