1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Platform Data for LTC4245 hardware monitor chip
5 * Copyright (c) 2010 Ira W. Snyder <iws@ovro.caltech.edu>
8 #ifndef LINUX_LTC4245_H
9 #define LINUX_LTC4245_H
11 #include <linux/types.h>
13 struct ltc4245_platform_data
{
17 #endif /* LINUX_LTC4245_H */