]> git.proxmox.com Git - qemu.git/blame - qemu-config.h
target-arm: remove T0 and T1
[qemu.git] / qemu-config.h
CommitLineData
9d868d45
GH
1#ifndef QEMU_CONFIG_H
2#define QEMU_CONFIG_H
3
7282a033 4extern QemuOptsList qemu_drive_opts;
191bc01b 5extern QemuOptsList qemu_chardev_opts;
f31d07d1 6extern QemuOptsList qemu_device_opts;
a1ea458f 7extern QemuOptsList qemu_netdev_opts;
8119b33d 8extern QemuOptsList qemu_net_opts;
1ed2fc1f 9extern QemuOptsList qemu_rtc_opts;
d058fe03
GH
10
11int qemu_set_option(const char *str);
9d868d45
GH
12
13#endif /* QEMU_CONFIG_H */