summaryrefslogtreecommitdiff
path: root/MdePkg/Library/DxeSmbusLib/InternalSmbusLib.h
diff options
context:
space:
mode:
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 327ee53..7273559 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)