From: David Schleef Date: Sun, 27 Feb 2000 01:38:27 +0000 (+0000) Subject: added private element to subdevice structure X-Git-Tag: r0_7_40~21 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ff44e758fe3282c610734ef11d3682022b3964eb;p=comedi.git added private element to subdevice structure --- diff --git a/comedi/comedi_module.h b/comedi/comedi_module.h index a3c5a10a..e99ea8bf 100644 --- 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 */