Statistics
| Branch: | Revision:

root / qemu-config.h @ add16157

History | View | Annotate | Download (226 Bytes)

1
#ifndef QEMU_CONFIG_H
2
#define QEMU_CONFIG_H
3

    
4
extern QemuOptsList qemu_drive_opts;
5
extern QemuOptsList qemu_chardev_opts;
6
extern QemuOptsList qemu_device_opts;
7

    
8
int qemu_set_option(const char *str);
9

    
10
#endif /* QEMU_CONFIG_H */