summaryrefslogtreecommitdiff
path: root/hw/sh.h
diff options
context:
space:
mode:
authoraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-09 18:46:04 +0000
committeraurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>2008-05-09 18:46:04 +0000
commitbf5b74230819b27c43d479409df6851077392801 (patch)
treec2f9e1ce503ded3e16d289ce533f859d486011ac /hw/sh.h
parentea2b542a4c8fbf50a00c7b431b9fd2c0b832991f (diff)
downloadqemu-bf5b74230819b27c43d479409df6851077392801.tar.gz
SH4 serial controler improvements
(Shin-ichiro KAWASAKI) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4397 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/sh.h')
-rw-r--r--hw/sh.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/hw/sh.h b/hw/sh.h
index 7df31640ef..808ea50bda 100644
--- a/hw/sh.h
+++ b/hw/sh.h
@@ -35,7 +35,12 @@ void tmu012_init(target_phys_addr_t base, int feat, uint32_t freq,
/* sh_serial.c */
#define SH_SERIAL_FEAT_SCIF (1 << 0)
void sh_serial_init (target_phys_addr_t base, int feat,
- uint32_t freq, CharDriverState *chr);
+ uint32_t freq, CharDriverState *chr,
+ struct intc_source *eri_source,
+ struct intc_source *rxi_source,
+ struct intc_source *txi_source,
+ struct intc_source *tei_source,
+ struct intc_source *bri_source);
/* tc58128.c */
int tc58128_init(struct SH7750State *s, char *zone1, char *zone2);