/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef HUDSON_IMC_H
#define HUDSON_IMC_H

void imc_reg_init(void);
void enable_imc_thermal_zone(void);

#endif