put hex_to_bin back

This commit is contained in:
Matt Sealey
2011-12-20 21:38:11 -06:00
parent ded72a8511
commit 3345610229
3 changed files with 7 additions and 7 deletions

View File

@@ -359,7 +359,7 @@ static inline char *pack_hex_byte(char *buf, u8 byte)
return buf;
}
extern int hex_to_bin_old(char ch);
extern int hex_to_bin(char ch);
#ifndef pr_fmt
#define pr_fmt(fmt) fmt