]> 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)
commit11e9bcd65f3a4978e124c860a0aaa46e14afc017
treea5b0bd8059a4b2c7a564b8eb1aa6c50c9f1996fd
parent90957bb547d6d97b9b51a5230ff9daaa06939af3
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