mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-10 22:33:20 +00:00
8 lines
128 B
C
8 lines
128 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
int monitor_fdset_get_fd(int64_t fdset_id, int flags)
|
|
{
|
|
return -1;
|
|
}
|