1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Platform data structure for g762 fan controller driver
7 #ifndef __LINUX_PLATFORM_DATA_G762_H__
8 #define __LINUX_PLATFORM_DATA_G762_H__
11 * Following structure can be used to set g762 driver platform specific data
12 * during board init. Note that passing a sparse structure is possible but
13 * will result in non-specified attributes to be set to default value, hence
14 * overloading those installed during boot (e.g. by u-boot).
17 struct g762_platform_data {
24 #endif /* __LINUX_PLATFORM_DATA_G762_H__ */