comedi_fops.h revision 6a9d7a21d710e544df20266b83b7829d9f7a1020
1
2#ifndef _COMEDI_FOPS_H
3#define _COMEDI_FOPS_H
4
5extern struct class *comedi_class;
6extern const struct file_operations comedi_fops;
7extern int comedi_autoconfig;
8
9#endif /* _COMEDI_FOPS_H */
10