summaryrefslogtreecommitdiff
path: root/MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h
diff options
context:
space:
mode:
authorjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-02 00:00:44 +0000
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>2007-11-02 00:00:44 +0000
commita3589760c461266cca9a88a27fa9b54454dc9b82 (patch)
tree2e4d68a4f16bb6e67823336de98a870b0fad38f0 /MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h
parent9a9cb9bc5a363ddd8b6ded5ff6826396d49698e1 (diff)
downloadedk2-platforms-a3589760c461266cca9a88a27fa9b54454dc9b82.tar.xz
edk2/MdePkg/MdePkg/Library/UefiScsiLib/UefiScsiLib.c:
edk2/MdePkg/MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h: Fixed include filenames (case) for case-sensitive filesystems. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4264 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h')
-rw-r--r--MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h b/MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h
index 327ee53875..7273559127 100644
--- a/MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h
+++ b/MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h
@@ -26,7 +26,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#include <Library/UefiBootServicesTableLib.h>
#include <Library/BaseMemoryLib.h>
-#include <IndustryStandard/Smbus.h>
+#include <IndustryStandard/SmBus.h>
#define SMBUS_LIB_SLAVE_ADDRESS(SmBusAddress) (((SmBusAddress) >> 1) & 0x7f)
#define SMBUS_LIB_COMMAND(SmBusAddress) (((SmBusAddress) >> 8) & 0xff)