From f34c417ba63cd379ad7e1953bc3f520454601e27 Mon Sep 17 00:00:00 2001 From: balrog Date: Sat, 3 Nov 2007 00:48:26 +0000 Subject: Add OMAP Pulse-width Tone module. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3513 c046a42c-6fe2-441c-8c8c-71466251a162 --- hw/omap.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'hw/omap.h') diff --git a/hw/omap.h b/hw/omap.h index f819549518..0735fcc7e0 100644 --- a/hw/omap.h +++ b/hw/omap.h @@ -542,6 +542,14 @@ struct omap_mpu_state_s { int clk; } pwl; + struct { + target_phys_addr_t base; + uint8_t frc; + uint8_t vrc; + uint8_t gcr; + omap_clk clk; + } pwt; + /* MPU private TIPB peripherals */ struct omap_intr_handler_s *ih[2]; -- cgit v1.2.3