diff options
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-02-06 04:11:15 +0000 |
---|---|---|
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-02-06 04:11:15 +0000 |
commit | bdd5003ae58baf4fb3fde9862630b97b2c1f058c (patch) | |
tree | 4ea47d8e7cb984adc94d0d5bc25b73609a6c1ee6 /vl.h | |
parent | a41b2ff2ddd0ba05ac2ca1bb657603b1d09dc9bc (diff) |
Arm display emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1746 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -973,6 +973,11 @@ void ps2_queue(void *, int b); /* smc91c111.c */ void smc91c111_init(NICInfo *, uint32_t, void *, int); +/* pl110.c */ +void *pl110_init(DisplayState *ds, uint32_t base, void *pic, int irq); +void pl110_update_display(void *opaque); +void pl110_invalidate_display(void *opaque); + #endif /* defined(QEMU_TOOL) */ /* monitor.c */ |