git://git.qemu.org
/
qemu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.2-pull-reques...
[qemu.git]
/
include
/
hw
/
display
/
ramfb.h
1
#ifndef RAMFB_H
2
#define RAMFB_H
3
4
/* ramfb.c */
5
typedef
struct
RAMFBState RAMFBState
;
6
void
ramfb_display_update
(
QemuConsole
*
con
,
RAMFBState
*
s
);
7
RAMFBState
*
ramfb_setup
(
Error
**
errp
);
8
9
/* ramfb-standalone.c */
10
#define TYPE_RAMFB_DEVICE
"ramfb"
11
12
#endif
/* RAMFB_H */