X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=PerformancePkg%2FDp_App%2FDp.h;h=06dbe044ab378a379f70554c2f7a965d2a6116f3;hb=eaa52ade0fa4ec5ccbd4b1f221719b602ea75564;hp=072ae1b983ce2d20803efd1981129bf7b63950cb;hpb=16d5d168328cb06d5c1435b82d0aff22a3bbab59;p=mirror_edk2.git 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 + #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_