HEX
Server: Apache
System: Linux scp1.abinfocom.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: confeduphaar (1010)
PHP: 8.1.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: //lib/modules/5.4.0-216-generic/build/include/linux/platform_data/ad7291.h
/* SPDX-License-Identifier: GPL-2.0 */
#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