mirror of
https://github.com/xemu-project/xemu.git
synced 2024-11-28 05:50:37 +00:00
7 lines
104 B
C
7 lines
104 B
C
|
#ifndef _QEMU_VIRTIO_9P_DEBUG_H
|
||
|
#define _QEMU_VIRTIO_9P_DEBUG_H
|
||
|
|
||
|
void pprint_pdu(V9fsPDU *pdu);
|
||
|
|
||
|
#endif
|