linux-user: fix ppc target_stat64 st_blocks layout
[qemu] / qemu-config.h
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 */