mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-30 23:10:38 +00:00
353ac78d49
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>
7 lines
104 B
C
7 lines
104 B
C
#ifndef _QEMU_VIRTIO_9P_DEBUG_H
|
|
#define _QEMU_VIRTIO_9P_DEBUG_H
|
|
|
|
void pprint_pdu(V9fsPDU *pdu);
|
|
|
|
#endif
|