summaryrefslogtreecommitdiffstats
path: root/drivers/staging/comedi/comedi_fops.h
blob: d59a29300f3139dd0531d8a46ea044babac30aef (plain) (blame)
1
2
3
4
5
6
7
8
9

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

extern bool comedi_autoconfig;
extern struct comedi_driver *comedi_drivers;

#endif /* _COMEDI_FOPS_H */