Sign in
qemu
/
qemu
/
79a2aca20cb4601e6a30bbe8620ee1ef9b960ae1
/
.
/
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
;
}