|
@@ -197,12 +197,6 @@ static inline s64 iio_get_time_ns(void)
|
|
|
#define INDIO_ALL_BUFFER_MODES \
|
|
|
(INDIO_BUFFER_TRIGGERED | INDIO_BUFFER_HARDWARE)
|
|
|
|
|
|
-/* Vast majority of this is set by the industrialio subsystem on a
|
|
|
- * call to iio_device_register. */
|
|
|
-#define IIO_VAL_INT 1
|
|
|
-#define IIO_VAL_INT_PLUS_MICRO 2
|
|
|
-#define IIO_VAL_INT_PLUS_NANO 3
|
|
|
-
|
|
|
struct iio_trigger; /* forward declaration */
|
|
|
struct iio_dev;
|
|
|
|