mirror of https://github.com/acidanthera/audk.git
Add two EFI Modifier.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6388 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9142689461
commit
1b37333d61
|
@ -2096,6 +2096,7 @@ BcdToDecimal8 (
|
|||
|
||||
**/
|
||||
CHAR16
|
||||
EFIAPI
|
||||
NibbleToHexChar (
|
||||
IN UINT8 Nibble
|
||||
)
|
||||
|
@ -2296,6 +2297,7 @@ HexStringToBuf (
|
|||
|
||||
**/
|
||||
BOOLEAN
|
||||
EFIAPI
|
||||
IsHexDigit (
|
||||
OUT UINT8 *Digit,
|
||||
IN CHAR16 Char
|
||||
|
|
Loading…
Reference in New Issue