aboutsummaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-29 19:43:54 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-09-29 19:43:54 +0000
commit2f062c72275938cc8fcbf0ce083b73a35d6a5329 (patch)
tree6240c46f387632da3a0918205be0f4c2713e0941 /vl.h
parentcd1a3f6840e9f4b57860ee0d151347e6ade73d11 (diff)
Stand-alone SCI/SCIF emulation code, by Magnus Damm.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3270 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/vl.h b/vl.h
index 43adc2450d..4e0628332b 100644
--- a/vl.h
+++ b/vl.h
@@ -1523,6 +1523,11 @@ int sh7750_register_io_device(struct SH7750State *s,
#define TMU012_FEAT_EXTCLK (1 << 2)
void tmu012_init(uint32_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);
+
/* tc58128.c */
int tc58128_init(struct SH7750State *s, char *zone1, char *zone2);