diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-11 06:02:04 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-11 06:02:04 +0000 |
commit | 11ef23f9d1633c236c7593d01f0d529fde4a10c9 (patch) | |
tree | 65b47e5a2cfcd2770cc79d0c158a73bb3b2cfe39 /MdeModulePkg/Library/GenericBdsLib/InternalBdsLib.h | |
parent | 7b3e2a1b9a538ea4ec60a34337085b2b4686f6b5 (diff) | |
download | edk2-11ef23f9d1633c236c7593d01f0d529fde4a10c9.zip edk2-11ef23f9d1633c236c7593d01f0d529fde4a10c9.tar.gz edk2-11ef23f9d1633c236c7593d01f0d529fde4a10c9.tar.bz2 |
Clean up GenericBdsLib library Instance.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5449 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Library/GenericBdsLib/InternalBdsLib.h')
-rw-r--r-- | MdeModulePkg/Library/GenericBdsLib/InternalBdsLib.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MdeModulePkg/Library/GenericBdsLib/InternalBdsLib.h b/MdeModulePkg/Library/GenericBdsLib/InternalBdsLib.h index 9619c31..0ee38ee 100644 --- a/MdeModulePkg/Library/GenericBdsLib/InternalBdsLib.h +++ b/MdeModulePkg/Library/GenericBdsLib/InternalBdsLib.h @@ -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
|