mirror of https://github.com/xemu-project/xemu.git
7 lines
123 B
C
7 lines
123 B
C
![]() |
#include "qemu-common.h"
|
||
|
#include "monitor/monitor.h"
|
||
|
|
||
|
void monitor_print_filename(Monitor *mon, const char *filename)
|
||
|
{
|
||
|
}
|