linux/drivers/staging/comedi/comedi_fops.h

9 lines
161 B
C

#ifndef _COMEDI_FOPS_H
#define _COMEDI_FOPS_H
extern struct class *comedi_class;
extern const struct file_operations comedi_fops;
#endif /* _COMEDI_FOPS_H */