diff options
| author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-10-30 03:20:56 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2012-10-30 03:20:56 -0400 |
| commit | 53279f36dccffc26ff536003fd6bb97cc21c3b82 (patch) | |
| tree | 9d16e497c0e4158c7c054c479bd0e9ff0388d7bb /include/linux/iio/machine.h | |
| parent | a6e8c0a25377e27958b11b20e1927885ae7c9857 (diff) | |
| parent | 8f0d8163b50e01f398b14bcd4dc039ac5ab18d64 (diff) | |
Merge tag 'v3.7-rc3' into next to sync up with recent USB and MFD changes
Diffstat (limited to 'include/linux/iio/machine.h')
| -rw-r--r-- | include/linux/iio/machine.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/iio/machine.h b/include/linux/iio/machine.h index 400a453ff67b..809a3f08d5a5 100644 --- a/include/linux/iio/machine.h +++ b/include/linux/iio/machine.h | |||
| @@ -8,6 +8,9 @@ | |||
| 8 | * the Free Software Foundation. | 8 | * the Free Software Foundation. |
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | #ifndef __LINUX_IIO_MACHINE_H__ | ||
| 12 | #define __LINUX_IIO_MACHINE_H__ | ||
| 13 | |||
| 11 | /** | 14 | /** |
| 12 | * struct iio_map - description of link between consumer and device channels | 15 | * struct iio_map - description of link between consumer and device channels |
| 13 | * @adc_channel_label: Label used to identify the channel on the provider. | 16 | * @adc_channel_label: Label used to identify the channel on the provider. |
| @@ -22,3 +25,5 @@ struct iio_map { | |||
| 22 | const char *consumer_dev_name; | 25 | const char *consumer_dev_name; |
| 23 | const char *consumer_channel; | 26 | const char *consumer_channel; |
| 24 | }; | 27 | }; |
| 28 | |||
| 29 | #endif | ||
