diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-29 19:43:54 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-09-29 19:43:54 +0000 |
commit | 2f062c72275938cc8fcbf0ce083b73a35d6a5329 (patch) | |
tree | 6240c46f387632da3a0918205be0f4c2713e0941 /vl.h | |
parent | cd1a3f6840e9f4b57860ee0d151347e6ade73d11 (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.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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); |