diff options
author | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-26 06:20:19 +0000 |
---|---|---|
committer | qwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-09-26 06:20:19 +0000 |
commit | f4e8509b62c1e96fa483133ca604109005be614d (patch) | |
tree | c7db7f3e2d8359422cc1673d71d8ad6ad018ba5e /MdePkg/Include/Library/UefiLib.h | |
parent | a64823fb4ef18d860809d49d8c199c7b9f12d36f (diff) | |
download | edk2-platforms-f4e8509b62c1e96fa483133ca604109005be614d.tar.xz |
1) Move RFC_3066_ENTRY_SIZE and ISO_639_2_ENTRY_SIZE to UefiBaseType.h.
2) Rename BufToHexString to BufInReverseOrderToHexString
3) Rename HexStringToBuf to HexStringToBufInReverseOrder
4) Update function comments in HiiLib.h and IfrSupportLib.h.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5989 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Library/UefiLib.h')
-rw-r--r-- | MdePkg/Include/Library/UefiLib.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MdePkg/Include/Library/UefiLib.h b/MdePkg/Include/Library/UefiLib.h index f84829d84b..e147f545c5 100644 --- a/MdePkg/Include/Library/UefiLib.h +++ b/MdePkg/Include/Library/UefiLib.h @@ -23,12 +23,6 @@ #include <Protocol/DriverDiagnostics2.h>
///
-/// Limited buffer size recommended by RFC3066
-/// (42 characters plus a NULL terminator)
-///
-#define RFC_3066_ENTRY_SIZE (42 + 1)
-
-///
/// Unicode String Table
///
typedef struct {
|