summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dxr3/em8300.h8
1 files changed, 8 insertions, 0 deletions
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;