Skip to content

Commit

Permalink
staging:iio: add hook to allow core to perform scan related config.
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
jic23 authored and gregkh committed Dec 8, 2011
1 parent beb8060 commit 4d5f8d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/iio/iio.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,8 @@ struct iio_info {
int val);
int (*validate_trigger)(struct iio_dev *indio_dev,
struct iio_trigger *trig);

int (*update_scan_mode)(struct iio_dev *indio_dev,
const unsigned long *scan_mask);
};

/**
Expand Down

0 comments on commit 4d5f8d3

Please sign in to comment.