diff options
Diffstat (limited to 'drivers/staging/comedi/comedilib.h')
| -rw-r--r-- | drivers/staging/comedi/comedilib.h | 12 | 
1 files changed, 5 insertions, 7 deletions
diff --git a/drivers/staging/comedi/comedilib.h b/drivers/staging/comedi/comedilib.h index ca92c43fdb3..56baf852ecf 100644 --- a/drivers/staging/comedi/comedilib.h +++ b/drivers/staging/comedi/comedilib.h @@ -14,11 +14,6 @@      but WITHOUT ANY WARRANTY; without even the implied warranty of      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the      GNU General Public License for more details. - -    You should have received a copy of the GNU General Public License -    along with this program; if not, write to the Free Software -    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -  */  #ifndef _LINUX_COMEDILIB_H @@ -26,10 +21,13 @@  struct comedi_device *comedi_open(const char *path);  int comedi_close(struct comedi_device *dev); +int comedi_dio_get_config(struct comedi_device *dev, unsigned int subdev, +			  unsigned int chan, unsigned int *io);  int comedi_dio_config(struct comedi_device *dev, unsigned int subdev,  		      unsigned int chan, unsigned int io); -int comedi_dio_bitfield(struct comedi_device *dev, unsigned int subdev, -			unsigned int mask, unsigned int *bits); +int comedi_dio_bitfield2(struct comedi_device *dev, unsigned int subdev, +			 unsigned int mask, unsigned int *bits, +			 unsigned int base_channel);  int comedi_find_subdevice_by_type(struct comedi_device *dev, int type,  				  unsigned int subd);  int comedi_get_n_channels(struct comedi_device *dev, unsigned int subdevice);  | 
