Clean up GenericBdsLib library Instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5449 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -85,6 +85,12 @@ typedef struct {
|
||||
UINT32 Signiture;
|
||||
} PERF_HEADER;
|
||||
|
||||
/**
|
||||
|
||||
Allocates a block of memory and writes performance data of booting into it.
|
||||
OS can processing these record.
|
||||
|
||||
**/
|
||||
VOID
|
||||
WriteBootToOsPerformanceData (
|
||||
VOID
|
||||
|
Reference in New Issue
Block a user