#ifndef __TZ_DEBUG_H__
#define __TZ_DEBUG_H__


#include "tz_log.h"


void hex_print_tag(char* tag, uint8_t *data, uint32_t len);

void hex_print_tag_debug(char* tag, uint8_t *data, uint32_t len);


#endif /* __TZ_DEBUG_H__ */
