• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef __AMD_HUDSON_FCHEC__
4 #define __AMD_HUDSON_FCHEC__
5 
6 #include "imc.h"
7 #include <Porting.h>
8 #include <AGESA.h>
9 #include "FchCommonCfg.h"
10 
11 extern VOID FchECfancontrolservice(IN VOID *FchDataPtr);
12 void agesawrapper_fchecfancontrolservice(void);
13 
14 #endif
15