-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IIOD: Add local version of iio_device_get_sample_size_mask()
The iio_device_get_sample_size_mask() is a function exported by the libiio library, but not present in the public header. It was added only to be used by IIOD. Add a local version of iio_device_get_sample_size_mask() in IIOD which only depends on the official public API, so that the libiio function can be retired. Signed-off-by: Paul Cercueil <[email protected]>
- Loading branch information
Showing
1 changed file
with
58 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters