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:
@@ -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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user