/* * Copyright (C) 2023 Intel Corporation. * * SPDX-License-Identifier: BSD-3-Clause */ #ifndef HW_THERMAL_H #define HW_THERMAL_H #include void init_hw_thermal(void); #endif /* HW_THERMAL_H */