]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfdba488b1ad4db444c8c4620d162337224a22051
treea5b0bd8059a4b2c7a564b8eb1aa6c50c9f1996fd
parentf9aea5f36ee4254eba1d6032dece91ddc125c6b4
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