diff options
Diffstat (limited to 'hw/omap.h')
-rw-r--r-- | hw/omap.h | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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]; |