add comments for protocol/print.h and retire ReadOnlyVariableThunkPresent

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8107 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jchen20
2009-04-17 01:58:48 +00:00
parent 8bd2aa7503
commit a45d161969
8 changed files with 34 additions and 65 deletions

View File

@@ -68,7 +68,11 @@ UINTN
IN VA_LIST Marker
);
/**
The EFI_PRINT_PROTOCOL provides one service to produce a Null-terminated Unicode string
based on a Null-terminated Unicode format string and a VA_LIST argument list and fill into
the buffer as output
**/
struct _EFI_PRINT_PROTOCOL {
UNI_VSPRINT VSPrint;
};