added private element to subdevice structure
authorDavid Schleef <ds@schleef.org>
Sun, 27 Feb 2000 01:38:27 +0000 (01:38 +0000)
committerDavid Schleef <ds@schleef.org>
Sun, 27 Feb 2000 01:38:27 +0000 (01:38 +0000)
comedi/comedi_module.h

index a3c5a10a7753e7b18e0bb17ed75149ed9677e3a3..e99ea8bf59cb5fe59e76153e5784990c199d67b4 100644 (file)
@@ -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 */