added comedi_buf_offset function that returns buf_user_ptr

This commit is contained in:
Frank Mori Hess 2001-04-08 18:03:05 +00:00
parent dc518f11e7
commit 5efacde9a3

View file

@ -155,7 +155,7 @@ int comedi_buf_resize_max(comedi_t *it, unsigned int subdev, unsigned int max_si
int comedi_buf_size(comedi_t *it, unsigned int subdev);
int comedi_buf_contents(comedi_t *it, unsigned int subdev);
int comedi_buf_mark_read(comedi_t *it, unsigned int subdev, unsigned int bytes);
int comedi_buf_offset(comedi_t *it, unsigned int subdev);
#ifdef __cplusplus
}