diff options
Diffstat (limited to 'include/libecc/utils/print_buf.h')
| -rw-r--r-- | include/libecc/utils/print_buf.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/include/libecc/utils/print_buf.h b/include/libecc/utils/print_buf.h new file mode 100644 index 000000000000..1516be177310 --- /dev/null +++ b/include/libecc/utils/print_buf.h @@ -0,0 +1,18 @@ +/* + * Copyright (C) 2021 - This file is part of libecc project + * + * Authors: + * Ryad BENADJILA <ryadbenadjila@gmail.com> + * Arnaud EBALARD <arnaud.ebalard@ssi.gouv.fr> + * + * This software is licensed under a dual BSD and GPL v2 license. + * See LICENSE file at the root folder of the project. + */ +#ifndef __PRINT_BUF_H__ +#define __PRINT_BUF_H__ + +#include <libecc/words/words.h> + +void buf_print(const char *msg, const u8 *buf, u16 buflen); + +#endif /* __PRINT_BUF_H__ */ |
