coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
s3_resume.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef AMD_BLOCK_S3_RESUME_H
4 #define AMD_BLOCK_S3_RESUME_H
5 
6 #include <agesa_headers.h>
7 
8 AGESA_STATUS OemInitResume(S3_DATA_BLOCK *dataBlock);
9 AGESA_STATUS OemS3LateRestore(S3_DATA_BLOCK *dataBlock);
10 AGESA_STATUS OemS3Save(S3_DATA_BLOCK *dataBlock);
11 
12 #endif /* AMD_BLOCK_S3_RESUME_H */
unsigned int AGESA_STATUS
Definition: Amd.h:36
AGESA_STATUS OemS3Save(S3_DATA_BLOCK *dataBlock)
Definition: s3_resume.c:68
AGESA_STATUS OemS3LateRestore(S3_DATA_BLOCK *dataBlock)
Definition: s3_resume.c:49
AGESA_STATUS OemInitResume(S3_DATA_BLOCK *dataBlock)
Definition: s3_resume.c:22