mirror of https://github.com/acidanthera/audk.git
IntelSiliconPkg/VTdPei: Fix Linux build error.
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Jiewen Yao <jiewen.yao@intel.com>
This commit is contained in:
parent
bec7a86c70
commit
4084ccfa22
|
@ -18,7 +18,7 @@
|
|||
#include <Library/IoLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
#include <IndustryStandard/Vtd.h>
|
||||
#include <Ppi/VTdInfo.h>
|
||||
#include <Ppi/VtdInfo.h>
|
||||
|
||||
#include "IntelVTdPmrPei.h"
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <Library/HobLib.h>
|
||||
#include <IndustryStandard/Vtd.h>
|
||||
#include <Ppi/IoMmu.h>
|
||||
#include <Ppi/VTdInfo.h>
|
||||
#include <Ppi/VtdInfo.h>
|
||||
|
||||
#include "IntelVTdPmrPei.h"
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include <PiPei.h>
|
||||
|
||||
#include <Ppi/VTdInfo.h>
|
||||
#include <Ppi/VtdInfo.h>
|
||||
|
||||
#include <Library/PeiServicesLib.h>
|
||||
#include <Library/DebugLib.h>
|
||||
|
|
Loading…
Reference in New Issue