]> Git Repo - qemu.git/blob - stubs/fdset-get-fd.c
usbredir: Add usbredir_init_endpoints() helper
[qemu.git] / stubs / fdset-get-fd.c
1 #include "qemu-common.h"
2 #include "monitor/monitor.h"
3
4 int monitor_fdset_get_fd(int64_t fdset_id, int flags)
5 {
6     return -1;
7 }
This page took 0.024468 seconds and 4 git commands to generate.