1 2 3 4 5 6 7
#ifndef _QEMU_VIRTIO_9P_DEBUG_H #define _QEMU_VIRTIO_9P_DEBUG_H extern int dotu; void pprint_pdu(V9fsPDU *pdu); #endif