summaryrefslogtreecommitdiffstats
path: root/include/linux/videodev.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2000-02-24 00:12:35 +0000
committerRalf Baechle <ralf@linux-mips.org>2000-02-24 00:12:35 +0000
commit482368b1a8e45430672c58c9a42e7d2004367126 (patch)
treece2a1a567d4d62dee7c2e71a46a99cf72cf1d606 /include/linux/videodev.h
parente4d0251c6f56ab2e191afb70f80f382793e23f74 (diff)
Merge with 2.3.47. Guys, this is buggy as shit. You've been warned.
Diffstat (limited to 'include/linux/videodev.h')
-rw-r--r--include/linux/videodev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/videodev.h b/include/linux/videodev.h
index e1ba268a7..5919a894e 100644
--- a/include/linux/videodev.h
+++ b/include/linux/videodev.h
@@ -9,6 +9,7 @@
#if LINUX_VERSION_CODE >= 0x020100
#include <linux/poll.h>
#endif
+#include <linux/devfs_fs_kernel.h>
struct video_device
{
@@ -30,6 +31,7 @@ struct video_device
void *priv; /* Used to be 'private' but that upsets C++ */
int busy;
int minor;
+ devfs_handle_t devfs_handle;
};
extern int videodev_init(void);