Provide a binary to hex conversion function
authorDavid Howells <dhowells@redhat.com>
Tue, 16 Sep 2014 16:36:01 +0000 (17:36 +0100)
committerDavid Howells <dhowells@redhat.com>
Tue, 16 Sep 2014 16:36:01 +0000 (17:36 +0100)
commit53d91c5ce0cb8945b55e8bb54e551cabc51eb28d
treea5b0bd8059a4b2c7a564b8eb1aa6c50c9f1996fd
parent1c9c115ccc76d313f1a9232ffb903de325b64943
Provide a binary to hex conversion function

Provide a function to convert a buffer of binary data into an unterminated
ascii hex string representation of that data.

Signed-off-by: David Howells <dhowells@redhat.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
include/linux/kernel.h
lib/hexdump.c