aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio-9p-debug.h
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2011-01-28 18:09:08 +0530
committerVenkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>2011-04-27 08:24:37 -0700
commit353ac78d495ef976242abd868f68d78420861c2c (patch)
tree68ee7899bb33c5ccca0935683d69f9e4754d2c85 /hw/virtio-9p-debug.h
parent661bfc80e876d32da8befe53ba0234d87fc0bcc2 (diff)
downloadqemu-353ac78d495ef976242abd868f68d78420861c2c.zip
qemu-353ac78d495ef976242abd868f68d78420861c2c.tar.gz
qemu-353ac78d495ef976242abd868f68d78420861c2c.tar.bz2
virtio-9p: move 9p files around
Now that we start adding more files related to 9pfs it make sense to move them to a separate directory Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com>
Diffstat (limited to 'hw/virtio-9p-debug.h')
-rw-r--r--hw/virtio-9p-debug.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/virtio-9p-debug.h b/hw/virtio-9p-debug.h
deleted file mode 100644
index d9a2491..0000000
--- a/hw/virtio-9p-debug.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _QEMU_VIRTIO_9P_DEBUG_H
-#define _QEMU_VIRTIO_9P_DEBUG_H
-
-void pprint_pdu(V9fsPDU *pdu);
-
-#endif