Revision bf5b7423 hw/sh.h

b/hw/sh.h
35 35
/* sh_serial.c */
36 36
#define SH_SERIAL_FEAT_SCIF (1 << 0)
37 37
void sh_serial_init (target_phys_addr_t base, int feat,
38
		     uint32_t freq, CharDriverState *chr);
38
		     uint32_t freq, CharDriverState *chr,
39
		     struct intc_source *eri_source,
40
		     struct intc_source *rxi_source,
41
		     struct intc_source *txi_source,
42
		     struct intc_source *tei_source,
43
		     struct intc_source *bri_source);
39 44

  
40 45
/* tc58128.c */
41 46
int tc58128_init(struct SH7750State *s, char *zone1, char *zone2);

Also available in: Unified diff