mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
bac49e7747
commit
551b6ada05
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue