summaryrefslogtreecommitdiff
path: root/PerformancePkg/Dp_App/Dp.h
diff options
context:
space:
mode:
authorydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2010-11-09 03:22:42 +0000
committerydong10 <ydong10@6f19259b-4bc3-4df7-8a09-765794883524>2010-11-09 03:22:42 +0000
commit8835954602834c41db448064a7205ac0b8b66189 (patch)
tree7323c831214fa68d97c9d843a91bc759f206de9c /PerformancePkg/Dp_App/Dp.h
parent224beee0fa29b9b10cda6c1d25307371368a1040 (diff)
downloadedk2-platforms-8835954602834c41db448064a7205ac0b8b66189.tar.xz
Move some define code to the uni file. Also fixed some memory leak.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11015 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'PerformancePkg/Dp_App/Dp.h')
-rw-r--r--PerformancePkg/Dp_App/Dp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/PerformancePkg/Dp_App/Dp.h b/PerformancePkg/Dp_App/Dp.h
index 072ae1b983..06dbe044ab 100644
--- a/PerformancePkg/Dp_App/Dp.h
+++ b/PerformancePkg/Dp_App/Dp.h
@@ -14,6 +14,8 @@
#ifndef _EFI_APP_DP_H_
#define _EFI_APP_DP_H_
+#include <Library/ShellLib.h>
+
#define DP_MAJOR_VERSION 2
#define DP_MINOR_VERSION 3
@@ -91,4 +93,8 @@ typedef struct {
UINT32 Count; ///< Number of measurements accumulated.
} PROFILE_RECORD;
+typedef struct {
+ UINT16 Token;
+ SHELL_PARAM_TYPE Type;
+} PARAM_ITEM_LIST;
#endif // _EFI_APP_DP_H_