summaryrefslogtreecommitdiff
path: root/DuetPkg
diff options
context:
space:
mode:
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-11 23:29:43 +0000
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>2009-07-11 23:29:43 +0000
commit551b6ada05a615c9878b224947f4124cadd2811d (patch)
tree05d234ffc6320e2b261726f577b8d56da6df1f49 /DuetPkg
parentbac49e7747f0835123e01d72608324dc6b36ba94 (diff)
downloadedk2-551b6ada05a615c9878b224947f4124cadd2811d.zip
edk2-551b6ada05a615c9878b224947f4124cadd2811d.tar.gz
edk2-551b6ada05a615c9878b224947f4124cadd2811d.tar.bz2
If module really is a Framework module and not a PI module, then use FrameworkDxe.h instead of PeDxe.h and FrameworkPei.h instead of PiPei.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8903 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'DuetPkg')
-rw-r--r--DuetPkg/CpuDxe/CpuDxe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/DuetPkg/CpuDxe/CpuDxe.h b/DuetPkg/CpuDxe/CpuDxe.h
index 74f1eeb..3fd1254 100644
--- a/DuetPkg/CpuDxe/CpuDxe.h
+++ b/DuetPkg/CpuDxe/CpuDxe.h
@@ -18,7 +18,7 @@ Abstract:
#ifndef _CPU_DXE_H
#define _CPU_DXE_H
-#include <PiDxe.h>
+#include <FrameworkDxe.h>
#include <Protocol/Cpu.h>
#include <Protocol/Legacy8259.h>