summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2009-05-10 01:44:56 +0100
committerPaul Brook <paul@codesourcery.com>2009-05-10 01:44:56 +0100
commitbc24a225af2464dc30f88d6f930779cbf0e22b67 (patch)
tree6df682b479f89863159f836e1dc292623ab577e1 /hw/mainstone.h
parentWorkaround compiler warnings at -O1 (diff)
downloadqemu-kvm-bc24a225af2464dc30f88d6f930779cbf0e22b67.tar.gz
qemu-kvm-bc24a225af2464dc30f88d6f930779cbf0e22b67.tar.bz2
qemu-kvm-bc24a225af2464dc30f88d6f930779cbf0e22b67.zip
Follow coding conventions
Remove explicit struct qualifiers and rename structure types. Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'hw/mainstone.h')
-rw-r--r--hw/mainstone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mainstone.h b/hw/mainstone.h
index f970b9f27..9618c0632 100644
--- a/hw/mainstone.h
+++ b/hw/mainstone.h
@@ -33,6 +33,6 @@
#define S1_IRQ 15
extern qemu_irq
-*mst_irq_init(struct pxa2xx_state_s *cpu, uint32_t base, int irq);
+*mst_irq_init(PXA2xxState *cpu, uint32_t base, int irq);
#endif /* __MAINSTONE_H__ */