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

#ifndef _COMEDI_FOPS_H
#define _COMEDI_FOPS_H
#include <linux/types.h>

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

#endif /* _COMEDI_FOPS_H */