Sign in
qemu
/
qemu
/
d9d699dd7c7d2570e86ea7ff323465d5ea34e9e5
/
.
/
stubs
/
ramfb.c
blob: 48143f33542f4c8382525a926a3d0fc37fad8771 [
file
] [
log
] [
blame
]
#include
"qemu/osdep.h"
#include
"qapi/error.h"
#include
"hw/display/ramfb.h"
void
ramfb_display_update
(
QemuConsole
*
con
,
RAMFBState
*
s
)
{
}
RAMFBState
*
ramfb_setup
(
Error
**
errp
)
{
error_setg
(
errp
,
"ramfb support not available"
);
return
NULL
;
}