]> git.proxmox.com Git - qemu.git/blobdiff - util/hexdump.c
smc91c111: Fix receive starvation
[qemu.git] / util / hexdump.c
index 0d0efc86dec647203c85ab9fcbbab38f3c83ebd2..969b3406c07b20fcf014aead3b140b1a0fa7b33f 100644 (file)
@@ -15,7 +15,7 @@
 
 #include "qemu-common.h"
 
-void hexdump(const char *buf, FILE *fp, const char *prefix, size_t size)
+void qemu_hexdump(const char *buf, FILE *fp, const char *prefix, size_t size)
 {
     unsigned int b;