aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/comedi/comedi_fops.h
blob: da4b4f5553f590c0f7a07f80993e7f35626636c0 (plain)
1
2
3
4
5
6
7
8
9
10

#ifndef _COMEDI_FOPS_H
#define _COMEDI_FOPS_H

extern struct class *comedi_class;
extern const struct file_operations comedi_fops;
extern int comedi_autoconfig;
extern struct comedi_driver *comedi_drivers;

#endif /* _COMEDI_FOPS_H */