#ifndef _HEXDUMP_H_ #define _HEXDUMP_H_ #include void hexdump (char *src, uint32_t len, uint32_t base_addr); #endif