summaryrefslogtreecommitdiffstats
path: root/src/southbridge/amd/pi/hudson/fchec.h
blob: 1378c40e80edc3dc8bfadab630e9ab03851c92d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef __AMD_HUDSON_FCHEC__
#define __AMD_HUDSON_FCHEC__

#include "imc.h"
#include <Porting.h>
#include <AGESA.h>
#include "FchCommonCfg.h"

extern VOID FchECfancontrolservice (IN VOID *FchDataPtr);
void agesawrapper_fchecfancontrolservice(void);

#endif