1 /* 2 * Copyright (C) 2023 Intel Corporation. 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef HW_THERMAL_H 8 #define HW_THERMAL_H 9 10 #include <types.h> 11 12 void init_hw_thermal(void); 13 14 #endif /* HW_THERMAL_H */ 15