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

max517.h (268B)


      1/* SPDX-License-Identifier: GPL-2.0-or-later */
      2/*
      3 * MAX517 DAC driver
      4 *
      5 * Copyright 2011 Roland Stigge <stigge@antcom.de>
      6 */
      7#ifndef IIO_DAC_MAX517_H_
      8#define IIO_DAC_MAX517_H_
      9
     10struct max517_platform_data {
     11	u16				vref_mv[8];
     12};
     13
     14#endif /* IIO_DAC_MAX517_H_ */