summaryrefslogtreecommitdiff
path: root/DuetPkg/CpuDxe/CpuDxe.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-01 10:13:03 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2009-03-01 10:13:03 +0000
commit23833b2c68874df946b44370c4384ac98bd03a65 (patch)
treec3f0868cb8674f7123b29fca340460e01f140088 /DuetPkg/CpuDxe/CpuDxe.h
parent880237f3bdefd8770736f11e89293fd28d6e4a3c (diff)
downloadedk2-platforms-23833b2c68874df946b44370c4384ac98bd03a65.tar.xz
Add thunk code for CpuDxe driver.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7744 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/CpuDxe/CpuDxe.h')
-rw-r--r--DuetPkg/CpuDxe/CpuDxe.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/DuetPkg/CpuDxe/CpuDxe.h b/DuetPkg/CpuDxe/CpuDxe.h
index 017f49ec5c..74f1eeba4f 100644
--- a/DuetPkg/CpuDxe/CpuDxe.h
+++ b/DuetPkg/CpuDxe/CpuDxe.h
@@ -24,9 +24,10 @@ Abstract:
#include <Protocol/Legacy8259.h>
#include <Protocol/LegacyBios.h>
-#include <Protocol/LegacyBiosThunk.h>
+
#include <Library/BaseLib.h>
+#include <Library/BaseMemoryLib.h>
#include <Library/DebugLib.h>
#include <Library/PrintLib.h>
#include <Library/UefiBootServicesTableLib.h>