diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-10 01:44:56 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-10 01:44:56 +0100 |
commit | 0d6800d7e35b7f6aa22467b261f8c8aad6bf4a2d (patch) | |
tree | 6df682b479f89863159f836e1dc292623ab577e1 /hw/mainstone.h | |
parent | f84d20b49f4ded50a7564ec5c1b3278b63a6c1b4 (diff) | |
download | qemu-0d6800d7e35b7f6aa22467b261f8c8aad6bf4a2d.tar.gz qemu-0d6800d7e35b7f6aa22467b261f8c8aad6bf4a2d.tar.bz2 qemu-0d6800d7e35b7f6aa22467b261f8c8aad6bf4a2d.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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/mainstone.h b/hw/mainstone.h index f970b9f270..9618c0632a 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__ */ |