94692dcd71
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Tested-by: Laszlo Ersek <lersek@redhat.com> Message-id: 20180613122948.18149-3-kraxel@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
13 lines
266 B
C
13 lines
266 B
C
#ifndef RAMFB_H
|
|
#define RAMFB_H
|
|
|
|
/* ramfb.c */
|
|
typedef struct RAMFBState RAMFBState;
|
|
void ramfb_display_update(QemuConsole *con, RAMFBState *s);
|
|
RAMFBState *ramfb_setup(Error **errp);
|
|
|
|
/* ramfb-standalone.c */
|
|
#define TYPE_RAMFB_DEVICE "ramfb"
|
|
|
|
#endif /* RAMFB_H */
|