mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-29 13:23:54 -06:00

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>
6 lines
104 B
C
6 lines
104 B
C
#ifndef _QEMU_VIRTIO_9P_DEBUG_H
|
|
#define _QEMU_VIRTIO_9P_DEBUG_H
|
|
|
|
void pprint_pdu(V9fsPDU *pdu);
|
|
|
|
#endif
|