]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - lib/hexdump.c
watchdog: ts72xx_wdt: locking bug in ioctl
[karo-tx-linux.git] / lib / hexdump.c
index 3f0494c9d57aaf24cbbea90231e010d1d06f3e04..8499c810909a58ae100b7db96a01ea74b5c14948 100644 (file)
@@ -14,6 +14,8 @@
 
 const char hex_asc[] = "0123456789abcdef";
 EXPORT_SYMBOL(hex_asc);
+const char hex_asc_upper[] = "0123456789ABCDEF";
+EXPORT_SYMBOL(hex_asc_upper);
 
 /**
  * hex_to_bin - convert a hex digit to its real value