diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-12-06 21:38:37 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-12-06 21:38:37 +0000 |
commit | e16fe40c87272f0bc081b5a915db54eab2dc74dc (patch) | |
tree | 5d693454e17d7d9285f9ede050df7bbc9761793e /vl.h | |
parent | 7a387fffce508fedae82e3e81b90d1f20c02c783 (diff) | |
download | qemu-e16fe40c87272f0bc081b5a915db54eab2dc74dc.tar.gz qemu-e16fe40c87272f0bc081b5a915db54eab2dc74dc.tar.bz2 qemu-e16fe40c87272f0bc081b5a915db54eab2dc74dc.zip |
Move the MIPS CPU timer in a seperate file, by Alec Voropay.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2225 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r-- | vl.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1024,6 +1024,10 @@ extern QEMUMachine heathrow_machine; /* mips_r4k.c */ extern QEMUMachine mips_machine; +/* mips_timer.c */ +extern void cpu_mips_clock_init(CPUState *); +extern void cpu_mips_irqctrl_init (void); + /* shix.c */ extern QEMUMachine shix_machine; |