blob: e49d715091000e3f5d1a34470a11e93f6bb8d2ff (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef QEMU_CONFIG_H
#define QEMU_CONFIG_H
extern QemuOptsList qemu_drive_opts;
extern QemuOptsList qemu_device_opts;
int qemu_set_option(const char *str);
#endif /* QEMU_CONFIG_H */
|