summaryrefslogtreecommitdiff
path: root/hw/omap.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/omap.h')
-rw-r--r--hw/omap.h8
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];