]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Library/UefiShellDebug1CommandsLib/UefiShellDebug1CommandsLib.h
ShellPkg: elevate DumpHex() from Debug1-internal to generic-internal
[mirror_edk2.git] / ShellPkg / Library / UefiShellDebug1CommandsLib / UefiShellDebug1CommandsLib.h
index ec15155a0793f63695c745fa9b3353961b0e46ba..6e018a6a8165e84d6fa282c2f985353d56e4a7c8 100644 (file)
 \r
 extern        EFI_HANDLE                        gShellDebug1HiiHandle;\r
 \r
-/**\r
-  Function printing hex output to the console.\r
-\r
-  @param[in] Indent       Number of spaces to indent.\r
-  @param[in] Offset       Offset to start with.\r
-  @param[in] DataSize     Length of data.\r
-  @param[in] UserData     Pointer to some data.\r
-**/\r
-VOID\r
-DumpHex (\r
-  IN UINTN        Indent,\r
-  IN UINTN        Offset,\r
-  IN UINTN        DataSize,\r
-  IN VOID         *UserData\r
-  );\r
-\r
 /**\r
   Function returns a system configuration table that is stored in the\r
   EFI System Table based on the provided GUID.\r