git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@422 6f19259b-4bc3-4df7-8a09-765794883524

This commit is contained in:
yshang1
2006-06-05 11:24:52 +00:00
parent 3547bb9f9f
commit 59b05fbba8
3 changed files with 8 additions and 8 deletions

View File

@ -42,10 +42,10 @@ typedef struct {
// PPI definition
//
typedef struct {
UINTN FirstEntry;
UINTN LastEntry;
EFI_PHYSICAL_ADDRESS Address;
UINTN Length;
UINT32 FirstEntry;
UINT32 LastEntry;
EFI_PHYSICAL_ADDRESS Address;
UINT32 Length;
} PEI_STATUS_CODE_MEMORY_PPI;
extern EFI_GUID gPeiStatusCodeMemoryPpiGuid;