#ifndef _UTIL_H #define _UTIL_H void dump_hex(uint8_t * buf, int size); #endif