mirror of https://github.com/acidanthera/audk.git
Fix build break for missing definition of PCI_IF_EHCI
Resolves artifact EDKT565 https://edk2.tianocore.org/servlets/tracking/id/EDKT565 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9006 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
ea886bef0a
commit
2828833eae
|
@ -17,7 +17,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
|
||||
#include <FrameworkDxe.h>
|
||||
|
||||
#include <IndustryStandard/Pci22.h>
|
||||
#include <IndustryStandard/Pci.h>
|
||||
#include <IndustryStandard/PeImage.h>
|
||||
|
||||
#include <Protocol/BlockIo.h>
|
||||
|
|
Loading…
Reference in New Issue