max517.h 268 B

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