Adding typedef according to framework specification.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3565 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2007-08-07 09:02:13 +00:00
parent f50f181dec
commit 8403ef2e85
1 changed files with 2 additions and 1 deletions

View File

@ -459,7 +459,6 @@ typedef struct {
#define EFI_CACHE_SUBCLASS_VERSION 0x00010000
typedef EFI_EXP_BASE2_DATA EFI_CACHE_SIZE_DATA;
typedef EFI_EXP_BASE2_DATA EFI_MAXIMUM_CACHE_SIZE_DATA;
@ -479,6 +478,8 @@ typedef struct {
UINT32 Reserved :25;
} EFI_CACHE_SRAM_TYPE_DATA;
typedef EFI_CACHE_SRAM_TYPE_DATA EFI_CACHE_SRAM_INSTALL_DATA;
typedef enum {
EfiCacheErrorOther = 1,
EfiCacheErrorUnknown = 2,