repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
aspeed: Implement write-1-{set, clear} for AST2500 strapping
[qemu.git]
/
include
/
hw
/
display
/
ramfb.h
blob
b33a2c467b28824dd4aa392b9e3d76b8cdaa7673
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 */