Kernel bump from 4.1.3-rt to 4.1.7-rt.
[kvmfornfv.git] / qemu / 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 }