1 /* SPDX-License-Identifier: MIT */
3 * Copyright © 2023 Intel Corporation
9 #include <linux/types.h>
13 #if IS_REACHABLE(CONFIG_HWMON)
14 void xe_hwmon_register(struct xe_device *xe);
16 static inline void xe_hwmon_register(struct xe_device *xe) { };
19 #endif /* _XE_HWMON_H_ */