summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-27 03:38:18 +0000
committeryshang1 <yshang1@6f19259b-4bc3-4df7-8a09-765794883524>2007-06-27 03:38:18 +0000
commit09f0ddd026676f12faea599ebdca4f5c8186bf90 (patch)
tree1d50c0dd7657ddadd304a3ad8bd44ac6db39bb1f
parentf22a5f43232909b6d65f59265b22e4a22940d40c (diff)
downloadedk2-platforms-09f0ddd026676f12faea599ebdca4f5c8186bf90.tar.xz
Keep the C name of SIMPLE TEXT OUTPUT PROTOCOL unchanged for backward-compatible with original implementation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2764 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdePkg/Include/Protocol/SimpleTextOut.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/Protocol/SimpleTextOut.h b/MdePkg/Include/Protocol/SimpleTextOut.h
index feff9a13dc..f8de06f665 100644
--- a/MdePkg/Include/Protocol/SimpleTextOut.h
+++ b/MdePkg/Include/Protocol/SimpleTextOut.h
@@ -392,6 +392,6 @@ struct _EFI_SIMPLE_TEXT_OUTPUT_PROTOCOL {
EFI_SIMPLE_TEXT_OUTPUT_MODE *Mode;
};
-extern EFI_GUID gEfiSimpleTextOutputProtocolGuid;
+extern EFI_GUID gEfiSimpleTextOutProtocolGuid;
#endif