diff options
Diffstat (limited to 'stubs/vc-init.c')
-rw-r--r-- | stubs/vc-init.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stubs/vc-init.c b/stubs/vc-init.c new file mode 100644 index 0000000000..2af054fe6b --- /dev/null +++ b/stubs/vc-init.c @@ -0,0 +1,7 @@ +#include "qemu-common.h" +#include "ui/console.h" + +CharDriverState *vc_init(ChardevVC *vc) +{ + return 0; +} |