Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git] / drivers / staging / comedi / comedi_fops.h
blob006cf14c577a041e4c7768b1bcb364a53158d091
2 #ifndef _COMEDI_FOPS_H
3 #define _COMEDI_FOPS_H
4 #include <linux/types.h>
6 extern struct class *comedi_class;
7 extern const struct file_operations comedi_fops;
8 extern bool comedi_autoconfig;
9 extern struct comedi_driver *comedi_drivers;
11 #endif /* _COMEDI_FOPS_H */