aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/f16kb/Proc/Fch/FchPlatform.h
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-10-19 23:51:33 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-10-22 15:05:47 +0200
commit88db14d788c768f1124eb4f9c8ddff3d150e6cb6 (patch)
treecc73d1d9d339254afa0770248e9b1cbacc981783 /src/vendorcode/amd/agesa/f16kb/Proc/Fch/FchPlatform.h
parenta4c370a3e0dad412deaf79f6a455afd4caea1c14 (diff)
AGESA fam15tn fam16kb: Fix missing FCH function prototypes
Change-Id: I242664032d368794d828fce73a20f75ded45051d Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7151 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/vendorcode/amd/agesa/f16kb/Proc/Fch/FchPlatform.h')
-rw-r--r--src/vendorcode/amd/agesa/f16kb/Proc/Fch/FchPlatform.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/FchPlatform.h b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/FchPlatform.h
index ebf7599425..52e24d6b6d 100644
--- a/src/vendorcode/amd/agesa/f16kb/Proc/Fch/FchPlatform.h
+++ b/src/vendorcode/amd/agesa/f16kb/Proc/Fch/FchPlatform.h
@@ -114,4 +114,14 @@
extern BUILD_OPT_CFG UserOptions;
+VOID
+FchInitS3EarlyRestore (
+ IN FCH_DATA_BLOCK *FchDataPtr
+ );
+
+VOID
+FchInitS3LateRestore (
+ IN FCH_DATA_BLOCK *FchDataPtr
+ );
+
#endif // _FCH_PLATFORM_H_