Statistics
| Branch: | Revision:

root / hw / 9pfs / virtio-9p-debug.h @ d15fda63

History | View | Annotate | Download (104 Bytes)

1
#ifndef _QEMU_VIRTIO_9P_DEBUG_H
2
#define _QEMU_VIRTIO_9P_DEBUG_H
3

    
4
void pprint_pdu(V9fsPDU *pdu);
5

    
6
#endif