diff options
author | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-11-02 00:00:44 +0000 |
---|---|---|
committer | jljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524> | 2007-11-02 00:00:44 +0000 |
commit | a3589760c461266cca9a88a27fa9b54454dc9b82 (patch) | |
tree | 2e4d68a4f16bb6e67823336de98a870b0fad38f0 /MdePkg/Library/DxeSmbusLib | |
parent | 9a9cb9bc5a363ddd8b6ded5ff6826396d49698e1 (diff) | |
download | edk2-a3589760c461266cca9a88a27fa9b54454dc9b82.tar.gz edk2-a3589760c461266cca9a88a27fa9b54454dc9b82.tar.bz2 edk2-a3589760c461266cca9a88a27fa9b54454dc9b82.zip |
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')
-rw-r--r-- | MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h | 2 |
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)
|