Merge tag 'pull-loongarch-20241016' of https://gitlab.com/gaosong/qemu into staging
[qemu/armbru.git] / include / hw / display / ramfb.h
bloba7e00191445e17522e978c50e135ad2c722dafc7
1 #ifndef RAMFB_H
2 #define RAMFB_H
4 #include "migration/vmstate.h"
6 /* ramfb.c */
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"
16 #endif /* RAMFB_H */