diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-21 07:08:15 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-21 07:08:15 +0000 |
commit | 0c7f62f82d7e0a2d759f421945539e13260e33db (patch) | |
tree | e22be13f23cbe24bd6f49387abfd17a42dc847d3 /MdePkg/Include/Ppi/CpuIo.h | |
parent | 0b3cac32f3e61717a1b53839bdeb11c3526020aa (diff) | |
download | edk2-platforms-0c7f62f82d7e0a2d759f421945539e13260e33db.tar.xz |
Fix missing include file which break doxygen parsing.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5104 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Ppi/CpuIo.h')
-rw-r--r-- | MdePkg/Include/Ppi/CpuIo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MdePkg/Include/Ppi/CpuIo.h b/MdePkg/Include/Ppi/CpuIo.h index 1daf8257a3..7bd32ae0c4 100644 --- a/MdePkg/Include/Ppi/CpuIo.h +++ b/MdePkg/Include/Ppi/CpuIo.h @@ -19,6 +19,9 @@ #ifndef __PEI_CPUIO_PPI_H__
#define __PEI_CPUIO_PPI_H__
+#include <ProcessorBind.h>
+#include <Pi/PiPeiCis.h>
+
#define EFI_PEI_CPU_IO_PPI_INSTALLED_GUID \
{ 0xe6af1f7b, 0xfc3f, 0x46da, {0xa8, 0x28, 0xa3, 0xb4, 0x57, 0xa4, 0x42, 0x82 } }
|