diff options
Diffstat (limited to 'arch/arm/mach-omap2/vp.h')
-rw-r--r-- | arch/arm/mach-omap2/vp.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/vp.h b/arch/arm/mach-omap2/vp.h index 7c155d248aa3..0fdf7080e4a6 100644 --- a/arch/arm/mach-omap2/vp.h +++ b/arch/arm/mach-omap2/vp.h | |||
@@ -117,6 +117,13 @@ extern struct omap_vp_instance omap4_vp_mpu; | |||
117 | extern struct omap_vp_instance omap4_vp_iva; | 117 | extern struct omap_vp_instance omap4_vp_iva; |
118 | extern struct omap_vp_instance omap4_vp_core; | 118 | extern struct omap_vp_instance omap4_vp_core; |
119 | 119 | ||
120 | extern struct omap_vp_param omap3_mpu_vp_data; | ||
121 | extern struct omap_vp_param omap3_core_vp_data; | ||
122 | |||
123 | extern struct omap_vp_param omap4_mpu_vp_data; | ||
124 | extern struct omap_vp_param omap4_iva_vp_data; | ||
125 | extern struct omap_vp_param omap4_core_vp_data; | ||
126 | |||
120 | void omap_vp_init(struct voltagedomain *voltdm); | 127 | void omap_vp_init(struct voltagedomain *voltdm); |
121 | void omap_vp_enable(struct voltagedomain *voltdm); | 128 | void omap_vp_enable(struct voltagedomain *voltdm); |
122 | void omap_vp_disable(struct voltagedomain *voltdm); | 129 | void omap_vp_disable(struct voltagedomain *voltdm); |