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>
This commit is contained in:
@ -115,4 +115,14 @@
|
||||
|
||||
extern BUILD_OPT_CFG UserOptions;
|
||||
|
||||
VOID
|
||||
FchInitS3EarlyRestore (
|
||||
IN FCH_DATA_BLOCK *FchDataPtr
|
||||
);
|
||||
|
||||
VOID
|
||||
FchInitS3LateRestore (
|
||||
IN FCH_DATA_BLOCK *FchDataPtr
|
||||
);
|
||||
|
||||
#endif // _FCH_PLATFORM_H_
|
||||
|
@ -47,15 +47,6 @@
|
||||
extern FCH_TASK_ENTRY *FchInitS3EarlyTaskTable[];
|
||||
extern FCH_TASK_ENTRY *FchInitS3LateTaskTable[];
|
||||
|
||||
VOID
|
||||
FchInitS3EarlyRestore (
|
||||
IN FCH_DATA_BLOCK *FchDataPtr
|
||||
);
|
||||
|
||||
VOID
|
||||
FchInitS3LateRestore (
|
||||
IN FCH_DATA_BLOCK *FchDataPtr
|
||||
);
|
||||
/*----------------------------------------------------------------------------------------*/
|
||||
/**
|
||||
* FchInitS3EarlyRestore - Config Fch before ACPI S3 resume PCI config device restore
|
||||
|
@ -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_
|
||||
|
@ -47,15 +47,6 @@
|
||||
extern FCH_TASK_ENTRY *FchInitS3EarlyTaskTable[];
|
||||
extern FCH_TASK_ENTRY *FchInitS3LateTaskTable[];
|
||||
|
||||
VOID
|
||||
FchInitS3EarlyRestore (
|
||||
IN FCH_DATA_BLOCK *FchDataPtr
|
||||
);
|
||||
|
||||
VOID
|
||||
FchInitS3LateRestore (
|
||||
IN FCH_DATA_BLOCK *FchDataPtr
|
||||
);
|
||||
/*----------------------------------------------------------------------------------------*/
|
||||
/**
|
||||
* FchInitS3EarlyRestore - Config Fch before ACPI S3 resume PCI config device restore
|
||||
|
Reference in New Issue
Block a user