]> Git Repo - J-linux.git/blob - drivers/net/ethernet/intel/ice/ice_hwmon.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / drivers / net / ethernet / intel / ice / ice_hwmon.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 /* Copyright (C) 2023, Intel Corporation. */
3
4 #ifndef _ICE_HWMON_H_
5 #define _ICE_HWMON_H_
6
7 #ifdef CONFIG_ICE_HWMON
8 void ice_hwmon_init(struct ice_pf *pf);
9 void ice_hwmon_exit(struct ice_pf *pf);
10 #else /* CONFIG_ICE_HWMON */
11 static inline void ice_hwmon_init(struct ice_pf *pf) { }
12 static inline void ice_hwmon_exit(struct ice_pf *pf) { }
13 #endif /* CONFIG_ICE_HWMON */
14
15 #endif /* _ICE_HWMON_H_ */
This page took 0.028084 seconds and 4 git commands to generate.