summaryrefslogtreecommitdiff
path: root/arch/arm/mach-integrator/include/mach/cm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-integrator/include/mach/cm.h')
-rw-r--r--arch/arm/mach-integrator/include/mach/cm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-integrator/include/mach/cm.h b/arch/arm/mach-integrator/include/mach/cm.h
index 202e6a5..ae6085f 100644
--- a/arch/arm/mach-integrator/include/mach/cm.h
+++ b/arch/arm/mach-integrator/include/mach/cm.h
@@ -1,6 +1,7 @@
/*
- * update the core module control register.
+ * access the core module control register.
*/
+u32 cm_get(void);
void cm_control(u32, u32);
#define CM_CTRL __io_address(INTEGRATOR_HDR_CTRL)