projects
/
comedi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ab5ed9
)
added private element to subdevice structure
author
David Schleef
<ds@schleef.org>
Sun, 27 Feb 2000 01:38:27 +0000
(
01:38
+0000)
committer
David Schleef
<ds@schleef.org>
Sun, 27 Feb 2000 01:38:27 +0000
(
01:38
+0000)
comedi/comedi_module.h
patch
|
blob
|
history
diff --git
a/comedi/comedi_module.h
b/comedi/comedi_module.h
index a3c5a10a7753e7b18e0bb17ed75149ed9677e3a3..e99ea8bf59cb5fe59e76153e5784990c199d67b4 100644
(file)
--- a/
comedi/comedi_module.h
+++ b/
comedi/comedi_module.h
@@
-106,6
+106,8
@@
struct comedi_subdevice_struct{
int timer_type;
int len_chanlist; /* length of channel/gain list, if available */
+ void *private;
+
void *prealloc_buf; /* pre-allocated buffer */
unsigned int prealloc_bufsz; /* buffer size, in bytes */