Merge commit 'v3.17' into next
[linux-2.6-block.git] / include / linux / kernel.h
index 95624bed87ef6f8c389e78621b628240bf408208..7c0ad8e385107203c611cb50f25979b8c4970937 100644 (file)
@@ -496,6 +496,7 @@ static inline char *hex_byte_pack_upper(char *buf, u8 byte)
 
 extern int hex_to_bin(char ch);
 extern int __must_check hex2bin(u8 *dst, const char *src, size_t count);
+extern char *bin2hex(char *dst, const void *src, size_t count);
 
 bool mac_pton(const char *s, u8 *mac);