repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
drivers
/
staging
/
comedi
/
comedi_fops.h
blob
006cf14c577a041e4c7768b1bcb364a53158d091
1
2
#ifndef _COMEDI_FOPS_H
3
#define _COMEDI_FOPS_H
4
#include <linux/types.h>
5
6
extern
struct
class
*
comedi_class
;
7
extern
const struct
file_operations comedi_fops
;
8
extern
bool
comedi_autoconfig
;
9
extern
struct
comedi_driver
*
comedi_drivers
;
10
11
#endif
/* _COMEDI_FOPS_H */