diff options
Diffstat (limited to 'arch/arm/mach-omap2/cm2xxx_3xxx.h')
-rw-r--r-- | arch/arm/mach-omap2/cm2xxx_3xxx.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/cm2xxx_3xxx.h b/arch/arm/mach-omap2/cm2xxx_3xxx.h index 5e572112be06..ce2582c1441b 100644 --- a/arch/arm/mach-omap2/cm2xxx_3xxx.h +++ b/arch/arm/mach-omap2/cm2xxx_3xxx.h | |||
@@ -128,4 +128,11 @@ extern u32 cm_clear_mod_reg_bits(u32 bits, s16 module, s16 idx); | |||
128 | /* CM_IDLEST_GFX */ | 128 | /* CM_IDLEST_GFX */ |
129 | #define OMAP_ST_GFX_MASK (1 << 0) | 129 | #define OMAP_ST_GFX_MASK (1 << 0) |
130 | 130 | ||
131 | |||
132 | /* Function prototypes */ | ||
133 | # ifndef __ASSEMBLER__ | ||
134 | extern void omap3_cm_save_context(void); | ||
135 | extern void omap3_cm_restore_context(void); | ||
136 | # endif | ||
137 | |||
131 | #endif | 138 | #endif |