diff options
Diffstat (limited to 'include/linux/printk.h')
-rw-r--r-- | include/linux/printk.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/printk.h b/include/linux/printk.h index 4d5bf5726578..baa3f97d8ce8 100644 --- a/include/linux/printk.h +++ b/include/linux/printk.h | |||
@@ -417,9 +417,9 @@ enum { | |||
417 | DUMP_PREFIX_ADDRESS, | 417 | DUMP_PREFIX_ADDRESS, |
418 | DUMP_PREFIX_OFFSET | 418 | DUMP_PREFIX_OFFSET |
419 | }; | 419 | }; |
420 | extern void hex_dump_to_buffer(const void *buf, size_t len, | 420 | extern int hex_dump_to_buffer(const void *buf, size_t len, int rowsize, |
421 | int rowsize, int groupsize, | 421 | int groupsize, char *linebuf, size_t linebuflen, |
422 | char *linebuf, size_t linebuflen, bool ascii); | 422 | bool ascii); |
423 | #ifdef CONFIG_PRINTK | 423 | #ifdef CONFIG_PRINTK |
424 | extern void print_hex_dump(const char *level, const char *prefix_str, | 424 | extern void print_hex_dump(const char *level, const char *prefix_str, |
425 | int prefix_type, int rowsize, int groupsize, | 425 | int prefix_type, int rowsize, int groupsize, |