comedi_fops.h revision ed9eccbe8970f6eedc1b978c157caf1251a896d4
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