]> git.proxmox.com Git - mirror_qemu.git/blob - stubs/chr-testdev.c
linux-user: Treat --foo options the same as -foo
[mirror_qemu.git] / stubs / chr-testdev.c
1 #include "qemu-common.h"
2 #include "sysemu/char.h"
3
4 CharDriverState *chr_testdev_init(void)
5 {
6 return 0;
7 }