summaryrefslogtreecommitdiff
path: root/DuetPkg/DxeIpl/DxeIpl.h
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-03 00:48:56 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-02-03 00:48:56 +0000
commit9008db4a285b14880d213a258d233da458dae8e3 (patch)
tree76018e0d76c88055d542b3db3873e241d1881082 /DuetPkg/DxeIpl/DxeIpl.h
parent3eb90413badc94ddeb9ebbda61e4d703e4a706d7 (diff)
downloadedk2-platforms-9008db4a285b14880d213a258d233da458dae8e3.tar.xz
Clean up DxeIpl:
1. Remove the assembly by using IoLib & BaseLib in MdePkg 2. Refine code to pass CYGWIN GCC tool chain build git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7404 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg/DxeIpl/DxeIpl.h')
-rw-r--r--DuetPkg/DxeIpl/DxeIpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/DuetPkg/DxeIpl/DxeIpl.h b/DuetPkg/DxeIpl/DxeIpl.h
index 4c93071dfe..c8c67948a2 100644
--- a/DuetPkg/DxeIpl/DxeIpl.h
+++ b/DuetPkg/DxeIpl/DxeIpl.h
@@ -27,6 +27,7 @@
#include <Library/BaseMemoryLib.h>
#include <Library/ReportStatusCodeLib.h>
#include <Library/PrintLib.h>
+#include <Library/IoLib.h>
#include <VariableFormat.h>
#include <CpuIA32.h>