mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-09-08 01:08:03 -04:00
12 lines
257 B
C
12 lines
257 B
C
#ifndef __IIO_AD7291_H__
|
|
#define __IIO_AD7291_H__
|
|
|
|
/**
|
|
* struct ad7291_platform_data - AD7291 platform data
|
|
* @use_external_ref: Whether to use an external or internal reference voltage
|
|
*/
|
|
struct ad7291_platform_data {
|
|
bool use_external_ref;
|
|
};
|
|
|
|
#endif
|