diff options
author | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-21 08:20:21 +0000 |
---|---|---|
committer | klu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-04-21 08:20:21 +0000 |
commit | 3f748e529cb13841e12d0bfdf8446db7763a3f20 (patch) | |
tree | 2f18a6241581faea89855cc3187a3152c113e77c | |
parent | 0c7f62f82d7e0a2d759f421945539e13260e33db (diff) | |
download | edk2-3f748e529cb13841e12d0bfdf8446db7763a3f20.zip edk2-3f748e529cb13841e12d0bfdf8446db7763a3f20.tar.gz edk2-3f748e529cb13841e12d0bfdf8446db7763a3f20.tar.bz2 |
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
-rw-r--r-- | MdePkg/Include/Ppi/Pcd.h | 1 | ||||
-rw-r--r-- | MdePkg/Include/Protocol/DebugSupport.h | 1 | ||||
-rw-r--r-- | MdePkg/Include/Protocol/EdidOverride.h | 2 | ||||
-rw-r--r-- | MdePkg/Include/Protocol/GraphicsOutput.h | 2 | ||||
-rw-r--r-- | MdePkg/Include/Protocol/Pcd.h | 2 | ||||
-rw-r--r-- | MdePkg/Include/Protocol/Security.h | 2 | ||||
-rw-r--r-- | MdePkg/Include/Protocol/SimpleTextIn.h | 2 | ||||
-rw-r--r-- | MdePkg/Include/Protocol/SimpleTextInEx.h | 3 | ||||
-rw-r--r-- | MdePkg/Include/Protocol/SimpleTextOut.h | 2 | ||||
-rw-r--r-- | MdePkg/Include/Protocol/UgaDraw.h | 3 | ||||
-rw-r--r-- | MdePkg/Include/Uefi/UefiBaseType.h | 3 |
11 files changed, 23 insertions, 0 deletions
diff --git a/MdePkg/Include/Ppi/Pcd.h b/MdePkg/Include/Ppi/Pcd.h index 4d62de6..72cc996 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 6dc42de..63f68cd 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 9504f49..c928594 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 b89c279..0563e24 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 e18dde1..3793db3 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 1c6e054..c115abb 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 bdbb0f0..ad23b5a 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 a32260a..ac4d7a4 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 ffe1272..5e3e1f5 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 42fe5c7..e98699f 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 b75c72d..4dfb273 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;
|