xref: /aosp_15_r20/external/coreboot/src/southbridge/amd/pi/hudson/fchec.h (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
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