Add OMAP Pulse-width Tone module.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3513 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/hw/omap.h b/hw/omap.h
index f819549..0735fcc 100644
--- a/hw/omap.h
+++ b/hw/omap.h
@@ -542,6 +542,14 @@
         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];