commit | c26d436cbf7a9549ec1073480a2e3f0d3f64e02d | [log] [tgz] |
---|---|---|
author | Andre Naujoks <nautsch2@gmail.com> | Fri Sep 13 19:37:12 2013 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 20 15:38:26 2013 -0400 |
tree | 6ba037fbde3d391864208ce94e2b61dc536bab10 | |
parent | cc9fa74e2a195f7bab27fbbc4896d2fe3ec32150 [diff] |
lib: introduce upper case hex ascii helpers To be able to use the hex ascii functions in case sensitive environments the array hex_asc_upper[] and the needed functions for hex_byte_pack_upper() are introduced. Signed-off-by: Andre Naujoks <nautsch2@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>