edk2/EdkCompatibilityPkg/Foundation/Efi/Include/EfiTypes.h:

Merge from edk2/MdePkg/Include/*/ProcessorBind.h.
  Needed for better compatibility with GCC.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5299 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2008-05-27 02:56:24 +00:00
parent 10d315bc80
commit ff8dd84a08
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ typedef int32_t INT32;
typedef uint32_t UINT32;
typedef int64_t INT64;
typedef uint64_t UINT64;
typedef uint8_t CHAR8;
typedef char CHAR8;
typedef uint16_t CHAR16;
typedef UINT64 EFI_LBA;