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