blob: cb503c88c7f40984de46daa1f82d902c65f152d2 [file] [log] [blame]
David Schleefed9eccb2008-11-04 20:29:31 -08001
2#ifndef _COMEDI_FOPS_H
3#define _COMEDI_FOPS_H
4
5extern struct class *comedi_class;
6extern const struct file_operations comedi_fops;
Ian Abbott6a9d7a22008-12-08 17:05:50 +00007extern int comedi_autoconfig;
David Schleefed9eccb2008-11-04 20:29:31 -08008
Greg Kroah-Hartmane0dcef72008-11-13 16:36:22 -08009#endif /* _COMEDI_FOPS_H */