diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2011-01-28 18:09:08 +0530 |
---|---|---|
committer | Venkateswararao Jujjuri <jvrao@linux.vnet.ibm.com> | 2011-04-27 08:24:37 -0700 |
commit | 353ac78d495ef976242abd868f68d78420861c2c (patch) | |
tree | 68ee7899bb33c5ccca0935683d69f9e4754d2c85 /hw/9pfs/virtio-9p-debug.h | |
parent | 661bfc80e876d32da8befe53ba0234d87fc0bcc2 (diff) |
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/9pfs/virtio-9p-debug.h')
-rw-r--r-- | hw/9pfs/virtio-9p-debug.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hw/9pfs/virtio-9p-debug.h b/hw/9pfs/virtio-9p-debug.h new file mode 100644 index 0000000000..d9a249118d --- /dev/null +++ b/hw/9pfs/virtio-9p-debug.h @@ -0,0 +1,6 @@ +#ifndef _QEMU_VIRTIO_9P_DEBUG_H +#define _QEMU_VIRTIO_9P_DEBUG_H + +void pprint_pdu(V9fsPDU *pdu); + +#endif |