mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-16 10:08:10 +00:00
8 lines
121 B
C
8 lines
121 B
C
![]() |
#ifndef _QEMU_VIRTIO_9P_DEBUG_H
|
||
|
#define _QEMU_VIRTIO_9P_DEBUG_H
|
||
|
|
||
|
extern int dotu;
|
||
|
void pprint_pdu(V9fsPDU *pdu);
|
||
|
|
||
|
#endif
|