cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

ad5504.h (241B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * AD5504 SPI DAC driver
      4 *
      5 * Copyright 2011 Analog Devices Inc.
      6 */
      7
      8#ifndef SPI_AD5504_H_
      9#define SPI_AD5504_H_
     10
     11struct ad5504_platform_data {
     12	u16				vref_mv;
     13};
     14
     15#endif /* SPI_AD5504_H_ */