]> Git Repo - qemu.git/blobdiff - hw/sh.h
Record device property types
[qemu.git] / hw / sh.h
diff --git a/hw/sh.h b/hw/sh.h
index 15c58cb91c7c35f37c8e967794e4c9c696232d61..5e3c22bbb96ce1bbfe857f91b6ed14d6480ff144 100644 (file)
--- a/hw/sh.h
+++ b/hw/sh.h
@@ -4,6 +4,9 @@
 
 #include "sh_intc.h"
 
+#define A7ADDR(x) ((x) & 0x1fffffff)
+#define P4ADDR(x) ((x) | 0xe0000000)
+
 /* sh7750.c */
 struct SH7750State;
 
@@ -42,7 +45,14 @@ void sh_serial_init (target_phys_addr_t base, int feat,
                     qemu_irq tei_source,
                     qemu_irq bri_source);
 
+/* sh7750.c */
+qemu_irq sh7750_irl(struct SH7750State *s);
+
 /* tc58128.c */
 int tc58128_init(struct SH7750State *s, const char *zone1, const char *zone2);
 
+/* ide.c */
+void mmio_ide_init(target_phys_addr_t membase, target_phys_addr_t membase2,
+                   qemu_irq irq, int shift,
+                   BlockDriverState *hd0, BlockDriverState *hd1);
 #endif
This page took 0.020517 seconds and 4 git commands to generate.