ltc4245.h 331 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Platform Data for LTC4245 hardware monitor chip
  4. *
  5. * Copyright (c) 2010 Ira W. Snyder <[email protected]>
  6. */
  7. #ifndef LINUX_LTC4245_H
  8. #define LINUX_LTC4245_H
  9. #include <linux/types.h>
  10. struct ltc4245_platform_data {
  11. bool use_extra_gpios;
  12. };
  13. #endif /* LINUX_LTC4245_H */