summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Include
diff options
context:
space:
mode:
authorBi, Dandan <dandan.bi@intel.com>2018-06-22 16:56:19 +0800
committerLiming Gao <liming.gao@intel.com>2018-06-26 15:36:51 +0800
commit6b4d58a10c5bf186fcf049e41c38316167cb8e2c (patch)
tree11fcc6ae44db90c8b8a8306037b1bc8fab8364aa /MdeModulePkg/Include
parenta08cbb95d62da803859c0d999e8c4911c982e8fb (diff)
downloadedk2-6b4d58a10c5bf186fcf049e41c38316167cb8e2c.tar.gz
edk2-6b4d58a10c5bf186fcf049e41c38316167cb8e2c.tar.bz2
edk2-6b4d58a10c5bf186fcf049e41c38316167cb8e2c.zip
MdeModulePkg: Update performance library instances
Update the performance library instances in MdeModulePkg to implement the APIs used for new added Perf macros. V2: Share the common logics of creating FPDT record for new added Perf macros and existing Perf macros. Cc: Liming Gao <liming.gao@intel.com> Cc: Star Zeng <star.zeng@intel.com> Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Dandan Bi <dandan.bi@intel.com> Reviewed-by: Liming Gao <liming.gao@intel.com>
Diffstat (limited to 'MdeModulePkg/Include')
-rw-r--r--MdeModulePkg/Include/Guid/ExtendedFirmwarePerformance.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/MdeModulePkg/Include/Guid/ExtendedFirmwarePerformance.h b/MdeModulePkg/Include/Guid/ExtendedFirmwarePerformance.h
index 465b408275..dedb0b82f0 100644
--- a/MdeModulePkg/Include/Guid/ExtendedFirmwarePerformance.h
+++ b/MdeModulePkg/Include/Guid/ExtendedFirmwarePerformance.h
@@ -220,12 +220,6 @@ typedef struct {
#pragma pack()
-typedef struct {
- UINT16 ProgressID;
- UINT16 Type;
- UINT8 RecordSize;
-} FPDT_BASIC_RECORD_INFO;
-
//
// Union of all FPDT records
//