summaryrefslogtreecommitdiff
path: root/PerformancePkg/Dp_App/Dp.h
diff options
context:
space:
mode:
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 072ae1b..06dbe04 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_