diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-26 07:43:29 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2010-07-26 07:43:29 +0000 |
commit | 09ba0c466009d0bae34717d58976c9aae42309b9 (patch) | |
tree | 6991d72f1e5440e13e64508ee29a9345111f65aa | |
parent | 54a7013153082b9c9b7dba30b662abacd8e524b0 (diff) | |
download | edk2-platforms-09ba0c466009d0bae34717d58976c9aae42309b9.tar.xz |
Update AtaBus module to use Uefi.h as the master header file as it is a pure UEFI driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10693 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r-- | MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h b/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h index 034da90939..21ad360352 100644 --- a/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h +++ b/MdeModulePkg/Bus/Ata/AtaBusDxe/AtaBus.h @@ -18,7 +18,7 @@ #ifndef _ATA_BUS_H_
#define _ATA_BUS_H_
-#include <PiDxe.h>
+#include <Uefi.h>
#include <Protocol/AtaPassThru.h>
#include <Protocol/BlockIo.h>
|