diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-26 07:37:34 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-26 07:37:34 +0000 |
commit | 93da4b6bff2c4ea6fa11ef4bb02147326cf4f346 (patch) | |
tree | b23f7ab4b80736709bc25c1825b9375f0335fcda /OptionRomPkg/AtapiPassThruDxe | |
parent | 34e4e297bf61ae304e6b9a339b3a6954dd7a668f (diff) | |
download | edk2-platforms-93da4b6bff2c4ea6fa11ef4bb02147326cf4f346.tar.xz |
Fix case issues
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5569 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'OptionRomPkg/AtapiPassThruDxe')
-rw-r--r-- | OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h index 8e0125684e..5ec8a3fe17 100644 --- a/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h +++ b/OptionRomPkg/AtapiPassThruDxe/AtapiPassThru.h @@ -32,7 +32,7 @@ #include <Library/MemoryAllocationLib.h>
#include <Library/UefiBootServicesTableLib.h>
#include <Library/PcdLib.h>
-#include <IndustryStandard/pci22.h>
+#include <IndustryStandard/Pci22.h>
///
/// bit definition
|