added comedi_buf_offset function that returns buf_user_ptr
This commit is contained in:
parent
dc518f11e7
commit
5efacde9a3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue