iio:buffer: Introduced a function to assign the buffer specific attrs.

This is a necessary step in taking the buffer implementation
opaque.

Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>
This commit is contained in:
Jonathan Cameron
2017-01-02 19:28:26 +00:00
parent 263cf5e657
commit 9f4667776c
3 changed files with 16 additions and 1 deletions

View File

@@ -17,6 +17,8 @@
struct iio_buffer;
void iio_buffer_set_attrs(struct iio_buffer *buffer,
const struct attribute **attrs);
/**
* INDIO_BUFFER_FLAG_FIXED_WATERMARK - Watermark level of the buffer can not be
* configured. It has a fixed value which will be buffer specific.