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:
parent
54a7013153
commit
09ba0c4660
|
@ -18,7 +18,7 @@
|
||||||
#ifndef _ATA_BUS_H_
|
#ifndef _ATA_BUS_H_
|
||||||
#define _ATA_BUS_H_
|
#define _ATA_BUS_H_
|
||||||
|
|
||||||
#include <PiDxe.h>
|
#include <Uefi.h>
|
||||||
|
|
||||||
#include <Protocol/AtaPassThru.h>
|
#include <Protocol/AtaPassThru.h>
|
||||||
#include <Protocol/BlockIo.h>
|
#include <Protocol/BlockIo.h>
|
||||||
|
|
Loading…
Reference in New Issue