From ff44e758fe3282c610734ef11d3682022b3964eb Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sun, 27 Feb 2000 01:38:27 +0000 Subject: [PATCH] added private element to subdevice structure --- comedi/comedi_module.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- 2.26.2