From 0f912ecd4527ed19744ce8e733a74914c8732a41 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 3 Jun 2004 18:36:39 +0000 Subject: update to em8300 CVS version of the header CVS patchset: 6635 CVS date: 2004/06/03 18:36:39 --- src/dxr3/em8300.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/dxr3/em8300.h b/src/dxr3/em8300.h index 411694646..44fd8cac3 100644 --- a/src/dxr3/em8300.h +++ b/src/dxr3/em8300.h @@ -250,6 +250,14 @@ struct em8300_s int playmode; + /* Sysfs */ +#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,46) + struct class_device classdev; + struct class_device classdev_mv; + struct class_device classdev_ma; + struct class_device classdev_sp; +#endif + /* Fifos */ struct fifo_s *mvfifo; struct fifo_s *mafifo; -- cgit v1.2.3