summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-21 08:20:21 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-04-21 08:20:21 +0000
commit3f748e529cb13841e12d0bfdf8446db7763a3f20 (patch)
tree2f18a6241581faea89855cc3187a3152c113e77c /MdePkg/Include
parent0c7f62f82d7e0a2d759f421945539e13260e33db (diff)
downloadedk2-3f748e529cb13841e12d0bfdf8446db7763a3f20.tar.gz
edk2-3f748e529cb13841e12d0bfdf8446db7763a3f20.tar.bz2
edk2-3f748e529cb13841e12d0bfdf8446db7763a3f20.zip
Fix missing include file which break doxygen parsing.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5105 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include')
-rw-r--r--MdePkg/Include/Ppi/Pcd.h1
-rw-r--r--MdePkg/Include/Protocol/DebugSupport.h1
-rw-r--r--MdePkg/Include/Protocol/EdidOverride.h2
-rw-r--r--MdePkg/Include/Protocol/GraphicsOutput.h2
-rw-r--r--MdePkg/Include/Protocol/Pcd.h2
-rw-r--r--MdePkg/Include/Protocol/Security.h2
-rw-r--r--MdePkg/Include/Protocol/SimpleTextIn.h2
-rw-r--r--MdePkg/Include/Protocol/SimpleTextInEx.h3
-rw-r--r--MdePkg/Include/Protocol/SimpleTextOut.h2
-rw-r--r--MdePkg/Include/Protocol/UgaDraw.h3
-rw-r--r--MdePkg/Include/Uefi/UefiBaseType.h3
11 files changed, 23 insertions, 0 deletions
diff --git a/MdePkg/Include/Ppi/Pcd.h b/MdePkg/Include/Ppi/Pcd.h
index 4d62de64eb..72cc9963ab 100644
--- a/MdePkg/Include/Ppi/Pcd.h
+++ b/MdePkg/Include/Ppi/Pcd.h
@@ -15,6 +15,7 @@
#ifndef __PCD_PPI_H__
#define __PCD_PPI_H__
+#include <PiPei.h>
#define PCD_PPI_GUID \
{ 0x6e81c58, 0x4ad7, 0x44bc, { 0x83, 0x90, 0xf1, 0x2, 0x65, 0xf7, 0x24, 0x80 } }
diff --git a/MdePkg/Include/Protocol/DebugSupport.h b/MdePkg/Include/Protocol/DebugSupport.h
index 6dc42defed..63f68cd97d 100644
--- a/MdePkg/Include/Protocol/DebugSupport.h
+++ b/MdePkg/Include/Protocol/DebugSupport.h
@@ -19,6 +19,7 @@
#ifndef __DEBUG_SUPPORT_H__
#define __DEBUG_SUPPORT_H__
+#include <ProcessorBind.h>
#include <IndustryStandard/PeImage.h>
typedef struct _EFI_DEBUG_SUPPORT_PROTOCOL EFI_DEBUG_SUPPORT_PROTOCOL;
diff --git a/MdePkg/Include/Protocol/EdidOverride.h b/MdePkg/Include/Protocol/EdidOverride.h
index 9504f49eb7..c928594102 100644
--- a/MdePkg/Include/Protocol/EdidOverride.h
+++ b/MdePkg/Include/Protocol/EdidOverride.h
@@ -15,6 +15,8 @@
**/
+#include <PiDxe.h>
+
#ifndef __EDID_OVERRIDE_H__
#define __EDID_OVERRIDE_H__
diff --git a/MdePkg/Include/Protocol/GraphicsOutput.h b/MdePkg/Include/Protocol/GraphicsOutput.h
index b89c27981b..0563e24ec6 100644
--- a/MdePkg/Include/Protocol/GraphicsOutput.h
+++ b/MdePkg/Include/Protocol/GraphicsOutput.h
@@ -17,6 +17,8 @@
#ifndef __GRAPHICS_OUTPUT_H__
#define __GRAPHICS_OUTPUT_H__
+#include <PiDxe.h>
+
#define EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID \
{ \
0x9042a9de, 0x23dc, 0x4a38, {0x96, 0xfb, 0x7a, 0xde, 0xd0, 0x80, 0x51, 0x6a } \
diff --git a/MdePkg/Include/Protocol/Pcd.h b/MdePkg/Include/Protocol/Pcd.h
index e18dde1b39..3793db3bed 100644
--- a/MdePkg/Include/Protocol/Pcd.h
+++ b/MdePkg/Include/Protocol/Pcd.h
@@ -15,6 +15,8 @@
#ifndef __PCD_H__
#define __PCD_H__
+#include <PiDxe.h>
+
extern EFI_GUID gPcdProtocolGuid;
#define PCD_PROTOCOL_GUID \
diff --git a/MdePkg/Include/Protocol/Security.h b/MdePkg/Include/Protocol/Security.h
index 1c6e054446..c115abb3ba 100644
--- a/MdePkg/Include/Protocol/Security.h
+++ b/MdePkg/Include/Protocol/Security.h
@@ -31,6 +31,8 @@
#ifndef __ARCH_PROTOCOL_SECURITY_H__
#define __ARCH_PROTOCOL_SECURITY_H__
+#include <PiDxe.h>
+
//
// Global ID for the Security Code Architectural Protocol
//
diff --git a/MdePkg/Include/Protocol/SimpleTextIn.h b/MdePkg/Include/Protocol/SimpleTextIn.h
index bdbb0f0456..ad23b5ab5c 100644
--- a/MdePkg/Include/Protocol/SimpleTextIn.h
+++ b/MdePkg/Include/Protocol/SimpleTextIn.h
@@ -18,6 +18,8 @@
#ifndef __SIMPLE_TEXT_IN_PROTOCOL_H__
#define __SIMPLE_TEXT_IN_PROTOCOL_H__
+#include <ProcessorBind.h>
+
#define EFI_SIMPLE_TEXT_INPUT_PROTOCOL_GUID \
{ \
0x387477c1, 0x69c7, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b } \
diff --git a/MdePkg/Include/Protocol/SimpleTextInEx.h b/MdePkg/Include/Protocol/SimpleTextInEx.h
index a32260a5a3..ac4d7a4828 100644
--- a/MdePkg/Include/Protocol/SimpleTextInEx.h
+++ b/MdePkg/Include/Protocol/SimpleTextInEx.h
@@ -18,6 +18,9 @@
#ifndef __SIMPLE_TEXT_IN_EX_H__
#define __SIMPLE_TEXT_IN_EX_H__
+#include <ProcessorBind.h>
+#include <Pi/PiMultiPhase.h>
+
#define EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL_GUID \
{0xdd9e7534, 0x7762, 0x4698, { 0x8c, 0x14, 0xf5, 0x85, 0x17, 0xa6, 0x25, 0xaa } }
diff --git a/MdePkg/Include/Protocol/SimpleTextOut.h b/MdePkg/Include/Protocol/SimpleTextOut.h
index ffe1272e5a..5e3e1f5f19 100644
--- a/MdePkg/Include/Protocol/SimpleTextOut.h
+++ b/MdePkg/Include/Protocol/SimpleTextOut.h
@@ -20,6 +20,8 @@
#ifndef __SIMPLE_TEXT_OUT_H__
#define __SIMPLE_TEXT_OUT_H__
+#include <PiDxe.h>
+
#define EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL_GUID \
{ \
0x387477c2, 0x69c7, 0x11d2, {0x8e, 0x39, 0x0, 0xa0, 0xc9, 0x69, 0x72, 0x3b } \
diff --git a/MdePkg/Include/Protocol/UgaDraw.h b/MdePkg/Include/Protocol/UgaDraw.h
index 42fe5c7ee2..e98699ff62 100644
--- a/MdePkg/Include/Protocol/UgaDraw.h
+++ b/MdePkg/Include/Protocol/UgaDraw.h
@@ -17,6 +17,9 @@
#ifndef __UGA_DRAW_H__
#define __UGA_DRAW_H__
+#include <PiDxe.h>
+
+
#define EFI_UGA_DRAW_PROTOCOL_GUID \
{ \
0x982c298b, 0xf4fa, 0x41cb, {0xb8, 0x38, 0x77, 0xaa, 0x68, 0x8f, 0xb8, 0x39 } \
diff --git a/MdePkg/Include/Uefi/UefiBaseType.h b/MdePkg/Include/Uefi/UefiBaseType.h
index b75c72d3e2..4dfb273cef 100644
--- a/MdePkg/Include/Uefi/UefiBaseType.h
+++ b/MdePkg/Include/Uefi/UefiBaseType.h
@@ -22,6 +22,9 @@
// Basical data type definitions introduced in UEFI.
//
typedef GUID EFI_GUID;
+///
+/// Function return status for EFI API
+///
typedef RETURN_STATUS EFI_STATUS;
typedef VOID *EFI_HANDLE;