Merge branch 'next/drivers' into HEAD
[deliverable/linux.git] / include / linux / iio / machine.h
index 400a453ff67be7eec3f3e2060fe80d9bc09b466f..809a3f08d5a5c6ff9141ba2c5f2af830c4d3fbbf 100644 (file)
@@ -8,6 +8,9 @@
  * the Free Software Foundation.
  */
 
+#ifndef __LINUX_IIO_MACHINE_H__
+#define __LINUX_IIO_MACHINE_H__
+
 /**
  * struct iio_map - description of link between consumer and device channels
  * @adc_channel_label: Label used to identify the channel on the provider.
@@ -22,3 +25,5 @@ struct iio_map {
        const char *consumer_dev_name;
        const char *consumer_channel;
 };
+
+#endif
This page took 0.027315 seconds and 5 git commands to generate.