Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[firefly-linux-kernel-4.4.55.git] / drivers / staging / comedi / comedi_fops.h
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 */