printf: Remove unused 'bprintf'
[drm/drm-misc.git] / include / linux / platform_data / ltc4245.h
blobf07fa05ea6c4a5aca6a5be6b587011f9b02a4b15
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Platform Data for LTC4245 hardware monitor chip
5 * Copyright (c) 2010 Ira W. Snyder <iws@ovro.caltech.edu>
6 */
8 #ifndef LINUX_LTC4245_H
9 #define LINUX_LTC4245_H
11 #include <linux/types.h>
13 struct ltc4245_platform_data {
14 bool use_extra_gpios;
17 #endif /* LINUX_LTC4245_H */