mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
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/IoLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
#include <IndustryStandard/Vtd.h>
|
#include <IndustryStandard/Vtd.h>
|
||||||
#include <Ppi/VTdInfo.h>
|
#include <Ppi/VtdInfo.h>
|
||||||
|
|
||||||
#include "IntelVTdPmrPei.h"
|
#include "IntelVTdPmrPei.h"
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <Library/HobLib.h>
|
#include <Library/HobLib.h>
|
||||||
#include <IndustryStandard/Vtd.h>
|
#include <IndustryStandard/Vtd.h>
|
||||||
#include <Ppi/IoMmu.h>
|
#include <Ppi/IoMmu.h>
|
||||||
#include <Ppi/VTdInfo.h>
|
#include <Ppi/VtdInfo.h>
|
||||||
|
|
||||||
#include "IntelVTdPmrPei.h"
|
#include "IntelVTdPmrPei.h"
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
#include <PiPei.h>
|
#include <PiPei.h>
|
||||||
|
|
||||||
#include <Ppi/VTdInfo.h>
|
#include <Ppi/VtdInfo.h>
|
||||||
|
|
||||||
#include <Library/PeiServicesLib.h>
|
#include <Library/PeiServicesLib.h>
|
||||||
#include <Library/DebugLib.h>
|
#include <Library/DebugLib.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user