commit | f34c417ba63cd379ad7e1953bc3f520454601e27 | [log] [tgz] |
---|---|---|
author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Nov 03 00:48:26 2007 +0000 |
committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat Nov 03 00:48:26 2007 +0000 |
tree | cadb94c0669b2e223d4b240787826aed82a4cd84 | |
parent | 66450b1596fddd03204b54cc4f9fb99fb928c857 [diff] [blame] |
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];