Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Platform Data for LTC4245 hardware monitor chip
0004  *
0005  * Copyright (c) 2010 Ira W. Snyder <iws@ovro.caltech.edu>
0006  */
0007 
0008 #ifndef LINUX_LTC4245_H
0009 #define LINUX_LTC4245_H
0010 
0011 #include <linux/types.h>
0012 
0013 struct ltc4245_platform_data {
0014     bool use_extra_gpios;
0015 };
0016 
0017 #endif /* LINUX_LTC4245_H */