Skip to content

Commit

Permalink
iio-backend: Drop old attribute read/write callbacks
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Cercueil <[email protected]>
  • Loading branch information
pcercuei committed Sep 12, 2023
1 parent 8d68a20 commit ed54d98
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions include/iio/iio-backend.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,17 +86,6 @@ struct iio_backend_ops {
struct iio_context * (*create)(const struct iio_context_params *params,
const char *uri);

ssize_t (*read_device_attr)(const struct iio_device *dev,
unsigned int buf_id, const char *attr,
char *dst, size_t len, enum iio_attr_type);
ssize_t (*write_device_attr)(const struct iio_device *dev,
unsigned int buf_id, const char *attr,
const char *src, size_t len,
enum iio_attr_type);
ssize_t (*read_channel_attr)(const struct iio_channel *chn,
const char *attr, char *dst, size_t len);
ssize_t (*write_channel_attr)(const struct iio_channel *chn,
const char *attr, const char *src, size_t len);
ssize_t (*read_attr)(const struct iio_attr *attr,
char *dst, size_t len);
ssize_t (*write_attr)(const struct iio_attr *attr,
Expand Down

0 comments on commit ed54d98

Please sign in to comment.