summaryrefslogtreecommitdiffstats
path: root/lib/hexdump.c
Commit message (Collapse)AuthorAgeFilesLines
* Add print_hex_dump kernel implementationSascha Hauer2020-09-181-8/+204
| | | | | | | This gives us proper support of the different DUMP_PREFIX_* flags and also the ability to print hexdumps to buffers. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* lib: Add hex2bin and bin2hex implementationsSascha Hauer2015-03-131-0/+74
Taken from the Kernel, put into the same place as in the kernel, although the hexdump.c does not actually contain hexdum functions. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>