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
This commit is contained in:
qhuang8 2010-07-26 07:43:29 +00:00
parent 54a7013153
commit 09ba0c4660
1 changed files with 1 additions and 1 deletions

View File

@ -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>