Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
staging: iio: Documentation: Introduce iio_utils.c
This patch removes inline functions from iio_utils.h in order to clean the code. iio_utils.c contains the implementation of the functions used by iio_event_monitor.c, lsiio.c or generic_buffer.c and iio_utils.h contains the declarations of these functions. Since iio_utils.h is modified, generic_buffer.c and iio_event_monitor.c must include stdlib.h. Signed-off-by: Roberta Dobrescu <[email protected]> Signed-off-by: Jonathan Cameron <[email protected]>
- Loading branch information