mirror of https://github.com/acidanthera/audk.git
ShellPkg/ShellCommandLib.h: Formalize EOL
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com>
This commit is contained in:
parent
cf041fd799
commit
b464d7ed0f
|
@ -4,9 +4,9 @@
|
||||||
This library is for use ONLY by shell commands linked into the shell application.
|
This library is for use ONLY by shell commands linked into the shell application.
|
||||||
This library will not funciton if it is used for UEFI Shell 2.0 Applications.
|
This library will not funciton if it is used for UEFI Shell 2.0 Applications.
|
||||||
|
|
||||||
Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.<BR>
|
||||||
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
|
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
|
||||||
(C) Copyright 2013-2014 Hewlett-Packard Development Company, L.P.<BR>
|
(C) Copyright 2013-2014 Hewlett-Packard Development Company, L.P.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
are licensed and made available under the terms and conditions of the BSD License
|
||||||
which accompanies this distribution. The full text of the license may be found at
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -702,21 +702,21 @@ DumpHex (
|
||||||
IN VOID *UserData
|
IN VOID *UserData
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Dump HEX data into buffer.
|
Dump HEX data into buffer.
|
||||||
|
|
||||||
@param[in] Buffer HEX data to be dumped in Buffer.
|
@param[in] Buffer HEX data to be dumped in Buffer.
|
||||||
@param[in] Indent How many spaces to indent the output.
|
@param[in] Indent How many spaces to indent the output.
|
||||||
@param[in] Offset The offset of the printing.
|
@param[in] Offset The offset of the printing.
|
||||||
@param[in] DataSize The size in bytes of UserData.
|
@param[in] DataSize The size in bytes of UserData.
|
||||||
@param[in] UserData The data to print out.
|
@param[in] UserData The data to print out.
|
||||||
**/
|
**/
|
||||||
CHAR16*
|
CHAR16*
|
||||||
CatSDumpHex (
|
CatSDumpHex (
|
||||||
IN CHAR16 *Buffer,
|
IN CHAR16 *Buffer,
|
||||||
IN UINTN Indent,
|
IN UINTN Indent,
|
||||||
IN UINTN Offset,
|
IN UINTN Offset,
|
||||||
IN UINTN DataSize,
|
IN UINTN DataSize,
|
||||||
IN VOID *UserData
|
IN VOID *UserData
|
||||||
);
|
);
|
||||||
#endif //_SHELL_COMMAND_LIB_
|
#endif //_SHELL_COMMAND_LIB_
|
||||||
|
|
Loading…
Reference in New Issue