From 3f748e529cb13841e12d0bfdf8446db7763a3f20 Mon Sep 17 00:00:00 2001 From: klu2 Date: Mon, 21 Apr 2008 08:20:21 +0000 Subject: 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 --- MdePkg/Include/Ppi/Pcd.h | 1 + MdePkg/Include/Protocol/DebugSupport.h | 1 + MdePkg/Include/Protocol/EdidOverride.h | 2 ++ MdePkg/Include/Protocol/GraphicsOutput.h | 2 ++ MdePkg/Include/Protocol/Pcd.h | 2 ++ MdePkg/Include/Protocol/Security.h | 2 ++ MdePkg/Include/Protocol/SimpleTextIn.h | 2 ++ MdePkg/Include/Protocol/SimpleTextInEx.h | 3 +++ MdePkg/Include/Protocol/SimpleTextOut.h | 2 ++ MdePkg/Include/Protocol/UgaDraw.h | 3 +++ MdePkg/Include/Uefi/UefiBaseType.h | 3 +++ 11 files changed, 23 insertions(+) (limited to 'MdePkg') 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 #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 #include 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 + #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 + #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 + 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 + // // 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 + #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 +#include + #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 + #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 + + #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; -- cgit v1.2.3