summaryrefslogtreecommitdiff
path: root/utils/imxtools/sbtools/sb.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/imxtools/sbtools/sb.h')
-rw-r--r--utils/imxtools/sbtools/sb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/imxtools/sbtools/sb.h b/utils/imxtools/sbtools/sb.h
index 4873195a61..02150aa2fb 100644
--- a/utils/imxtools/sbtools/sb.h
+++ b/utils/imxtools/sbtools/sb.h
@@ -239,5 +239,9 @@ void sb_dump(struct sb_file_t *file, void *u, sb_color_printf printf);
239void sb_free_instruction(struct sb_inst_t inst); 239void sb_free_instruction(struct sb_inst_t inst);
240void sb_free_section(struct sb_section_t file); 240void sb_free_section(struct sb_section_t file);
241void sb_free(struct sb_file_t *file); 241void sb_free(struct sb_file_t *file);
242void sb_get_zero_key(struct crypto_key_t *key);
243
244/* standard implementation: user is unused*/
245void sb_std_printf(void *user, bool error, color_t c, const char *fmt, ...);
242 246
243#endif /* __SB_H__ */ 247#endif /* __SB_H__ */