diff options
| author | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-03 00:48:26 +0000 |
|---|---|---|
| committer | balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-11-03 00:48:26 +0000 |
| commit | f34c417ba63cd379ad7e1953bc3f520454601e27 (patch) | |
| tree | cadb94c0669b2e223d4b240787826aed82a4cd84 /hw/omap.h | |
| parent | 66450b1596fddd03204b54cc4f9fb99fb928c857 (diff) | |
| download | focaccia-qemu-f34c417ba63cd379ad7e1953bc3f520454601e27.tar.gz focaccia-qemu-f34c417ba63cd379ad7e1953bc3f520454601e27.zip | |
Add OMAP Pulse-width Tone module.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3513 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/omap.h')
| -rw-r--r-- | hw/omap.h | 8 |
1 files changed, 8 insertions, 0 deletions
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]; |