summaryrefslogtreecommitdiff
path: root/include/linux/iio/trigger_consumer.h
Commit message (Collapse)AuthorAgeFilesLines
* iio:trigger_consumer.h: Add missing includes and forward declarationsLars-Peter Clausen2012-08-271-0/+6
| | | | | | | | Add includes and forward declarations for types used in this file. This avoids compile errors if the other files have not been included before. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
* iio: Add missing include guards to headersLars-Peter Clausen2012-08-271-0/+5
| | | | | | | | Add include guards to the IIO headers where they are missing. This avoids compile errors due to redefined types if a file is included more than once. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Jonathan Cameron <jic23@kernel.org>
* IIO: Move core headers to include/linux/iioJonathan Cameron2012-04-251-0/+52
Step 1 in moving the IIO core out of staging. Signed-off-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>