diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-04-12 20:54:52 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-04-12 20:54:52 +0000 |
commit | c5df018e56855cd6ede7ab7b07fb69703d581383 (patch) | |
tree | 6d005a52d70ea5acc404652e515685cbf2be20c5 /vl.h | |
parent | a541f297a37e64673aac52abc858e0904e316b48 (diff) |
ppc: suppressed unneeded globals and headers - added explicit type for ppc nvram
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@723 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -416,6 +416,7 @@ void serial_receive_break(SerialState *s); void pic_set_irq(int irq, int level); void pic_init(void); +uint32_t pic_intack_read(CPUState *env); /* i8254.c */ |