aboutsummaryrefslogtreecommitdiff
path: root/include/hw/display/ramfb.h
blob: a7e00191445e17522e978c50e135ad2c722dafc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef RAMFB_H
#define RAMFB_H

#include "migration/vmstate.h"

/* ramfb.c */
typedef struct RAMFBState RAMFBState;
void ramfb_display_update(QemuConsole *con, RAMFBState *s);
RAMFBState *ramfb_setup(Error **errp);

extern const VMStateDescription ramfb_vmstate;

/* ramfb-standalone.c */
#define TYPE_RAMFB_DEVICE "ramfb"

#endif /* RAMFB_H */