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
This commit is contained in:
@@ -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_
|
||||
|
Reference in New Issue
Block a user