Statistics
| Branch: | Revision:

root / hw / virtio-9p-debug.h @ 2c1d9ecb

History | View | Annotate | Download (121 Bytes)

1
#ifndef _QEMU_VIRTIO_9P_DEBUG_H
2
#define _QEMU_VIRTIO_9P_DEBUG_H
3

    
4
extern int dotu;
5
void pprint_pdu(V9fsPDU *pdu);
6

    
7
#endif