1 
2 #ifndef _COMEDI_FOPS_H
3 #define _COMEDI_FOPS_H
4 #include <linux/types.h>
5 
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;
10 
11 #endif /* _COMEDI_FOPS_H */
12