diff options
author | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-19 03:18:32 +0000 |
---|---|---|
committer | yshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-07-19 03:18:32 +0000 |
commit | 581e82a1f62368f6669c9e30fef8f56c469fcb4a (patch) | |
tree | 137f0e447a45bc090351d6830cdb087ee2765f15 /MdePkg/Include/IndustryStandard | |
parent | 4d33f33ac45099640eac08457e7843837d8a74b7 (diff) | |
download | edk2-platforms-581e82a1f62368f6669c9e30fef8f56c469fcb4a.tar.xz |
Fix bugs in MdePkg for GCC build.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3345 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard')
-rw-r--r-- | MdePkg/Include/IndustryStandard/SmBus.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/MdePkg/Include/IndustryStandard/SmBus.h b/MdePkg/Include/IndustryStandard/SmBus.h index c557e203dd..27687f8a70 100644 --- a/MdePkg/Include/IndustryStandard/SmBus.h +++ b/MdePkg/Include/IndustryStandard/SmBus.h @@ -41,8 +41,6 @@ typedef struct { UINTN SmbusDeviceAddress : 7;
} EFI_SMBUS_DEVICE_ADDRESS;
-typedef UINTN EFI_SMBUS_DEVICE_COMMAND;
-
typedef enum _EFI_SMBUS_OPERATION
{
EfiSmbusQuickRead,
|