4 #include "migration/vmstate.h"
7 typedef struct RAMFBState RAMFBState
;
8 void ramfb_display_update(QemuConsole
*con
, RAMFBState
*s
);
9 RAMFBState
*ramfb_setup(Error
**errp
);
11 extern const VMStateDescription ramfb_vmstate
;
13 /* ramfb-standalone.c */
14 #define TYPE_RAMFB_DEVICE "ramfb"