HEX
Server: nginx/1.24.0
System: Linux webserver 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64
User: wpuser (1002)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: //usr/src/linux-headers-6.8.0-85-generic/include/linux/iio/dac/ad5504.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * AD5504 SPI DAC driver
 *
 * Copyright 2011 Analog Devices Inc.
 */

#ifndef SPI_AD5504_H_
#define SPI_AD5504_H_

struct ad5504_platform_data {
	u16				vref_mv;
};

#endif /* SPI_AD5504_H_ */