aboutsummaryrefslogtreecommitdiffstats
path: root/stubs/chr-testdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/chr-testdev.c')
-rw-r--r--stubs/chr-testdev.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/stubs/chr-testdev.c b/stubs/chr-testdev.c
new file mode 100644
index 00000000..23112a2c
--- /dev/null
+++ b/stubs/chr-testdev.c
@@ -0,0 +1,7 @@
+#include "qemu-common.h"
+#include "sysemu/char.h"
+
+CharDriverState *chr_testdev_init(void)
+{
+ return 0;
+}