Revision 3a8ae21b include/qemu-common.h

b/include/qemu-common.h
443 443
 * Hexdump a buffer to a file. An optional string prefix is added to every line
444 444
 */
445 445

  
446
void hexdump(const char *buf, FILE *fp, const char *prefix, size_t size);
446
void qemu_hexdump(const char *buf, FILE *fp, const char *prefix, size_t size);
447 447

  
448 448
/* vector definitions */
449 449
#ifdef __ALTIVEC__

Also available in: Unified diff