From 60a874d81b1043dfb56a5672d693b56bd74ed342 Mon Sep 17 00:00:00 2001 From: Hans Verkuil Date: Sat, 24 Feb 2007 09:51:32 +0100 Subject: It's _IOWR, not _IORW. From: Hans Verkuil Signed-off-by: Hans Verkuil --- linux/include/linux/dvb/video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linux') diff --git a/linux/include/linux/dvb/video.h b/linux/include/linux/dvb/video.h index 402c3fcbe..acacb61da 100644 --- a/linux/include/linux/dvb/video.h +++ b/linux/include/linux/dvb/video.h @@ -259,7 +259,7 @@ typedef uint16_t video_attributes_t; /* Read the number of displayed frames since the decoder was started */ #define VIDEO_GET_FRAME_COUNT _IOR('o', 58, __u64) -#define VIDEO_COMMAND _IORW('o', 59, struct video_command) -#define VIDEO_TRY_COMMAND _IORW('o', 60, struct video_command) +#define VIDEO_COMMAND _IOWR('o', 59, struct video_command) +#define VIDEO_TRY_COMMAND _IOWR('o', 60, struct video_command) #endif /*_DVBVIDEO_H_*/ -- cgit v1.2.3