• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef HUDSON_IMC_H
4 #define HUDSON_IMC_H
5 
6 void imc_reg_init(void);
7 void enable_imc_thermal_zone(void);
8 
9 #endif
10