diff options
author | jchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-17 01:58:48 +0000 |
---|---|---|
committer | jchen20 <jchen20@6f19259b-4bc3-4df7-8a09-765794883524> | 2009-04-17 01:58:48 +0000 |
commit | a45d1619696df1f19d0c0cd3c1e223a0b3b25939 (patch) | |
tree | ff5c73a133de096e663e66e1dcbf6ae3fdc32f44 /EdkCompatibilityPkg/Compatibility/Include/Protocol | |
parent | 8bd2aa75034245f9d9472a56a638c191bdf16737 (diff) | |
download | edk2-platforms-a45d1619696df1f19d0c0cd3c1e223a0b3b25939.tar.xz |
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
Diffstat (limited to 'EdkCompatibilityPkg/Compatibility/Include/Protocol')
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/Include/Protocol/Print.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/Include/Protocol/Print.h b/EdkCompatibilityPkg/Compatibility/Include/Protocol/Print.h index 3e26c520f9..5c0426232a 100644 --- a/EdkCompatibilityPkg/Compatibility/Include/Protocol/Print.h +++ b/EdkCompatibilityPkg/Compatibility/Include/Protocol/Print.h @@ -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;
};
|