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
This commit is contained in:
yshang1 2007-06-27 03:38:18 +00:00
parent f22a5f4323
commit 09f0ddd026
1 changed files with 1 additions and 1 deletions

View File

@ -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