]> Git Repo - qemu.git/blame - stubs/ramfb.c
Merge remote-tracking branch 'remotes/kraxel/tags/audio-20191106-pull-request' into...
[qemu.git] / stubs / ramfb.c
CommitLineData
7f623d08
GH
1#include "qemu/osdep.h"
2#include "qapi/error.h"
3#include "hw/display/ramfb.h"
4
5void ramfb_display_update(QemuConsole *con, RAMFBState *s)
6{
7}
8
f79081b4 9RAMFBState *ramfb_setup(DeviceState* dev, Error **errp)
7f623d08
GH
10{
11 error_setg(errp, "ramfb support not available");
12 return NULL;
13}
This page took 0.086715 seconds and 4 git commands to generate.