aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio-9p-debug.h
blob: d9a249118d2d6a59e983d5c685c12e4f715f6bc1 (plain)
1
2
3
4
5
6
#ifndef _QEMU_VIRTIO_9P_DEBUG_H
#define _QEMU_VIRTIO_9P_DEBUG_H

void pprint_pdu(V9fsPDU *pdu);

#endif