diff options
Diffstat (limited to 'MdePkg/Library/BaseCpuLib')
-rw-r--r-- | MdePkg/Library/BaseCpuLib/BaseCpuLib.inf | 2 | ||||
-rw-r--r-- | MdePkg/Library/BaseCpuLib/Ipf/CpuSleep.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf index 51f4791643..8a9f6fedc9 100644 --- a/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf +++ b/MdePkg/Library/BaseCpuLib/BaseCpuLib.inf @@ -61,4 +61,4 @@ [LibraryClasses.Ipf]
-PalCallLib
+ PalLib
diff --git a/MdePkg/Library/BaseCpuLib/Ipf/CpuSleep.c b/MdePkg/Library/BaseCpuLib/Ipf/CpuSleep.c index 5ad64a5cf4..e12f881c09 100644 --- a/MdePkg/Library/BaseCpuLib/Ipf/CpuSleep.c +++ b/MdePkg/Library/BaseCpuLib/Ipf/CpuSleep.c @@ -12,7 +12,7 @@ **/
-#include <Library/PalCallLib.h>
+#include <Library/PalLib.h>
/**
Places the CPU in a sleep state until an interrupt is received.
|