mirror of
https://github.com/xqemu/xqemu.git
synced 2025-04-02 11:11:56 -04:00
6 lines
123 B
C
6 lines
123 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
void monitor_print_filename(Monitor *mon, const char *filename)
|
|
{
|
|
}
|