summaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/prcmu-debug.h
diff options
context:
space:
mode:
authorPer Fransson <per.xx.fransson@stericsson.com>2011-03-14 14:24:20 +0100
committerUlf Hansson <ulf.hansson@stericsson.com>2011-09-19 15:14:58 +0200
commit8413c479af5323646daacb1880b30688ba33d0d2 (patch)
treebf1a76eb7b14b001041ead56f39c1f4083da5693 /arch/arm/mach-ux500/prcmu-debug.h
parentd3f7f65607b1201adad8a2edd5d9e5e95eb01d25 (diff)
ARM: ux500: Add debugfs files for DDR OPP
ST-Ericsson: CR 323730 Change-Id: Ia50e222009b4b29eefc712c4c8cbf501d59fe8e4 Signed-off-by: Per Fransson <per.xx.fransson@stericsson.com> Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/18359 Reviewed-by: Martin PERSSON <martin.persson@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/prcmu-debug.h')
-rw-r--r--arch/arm/mach-ux500/prcmu-debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/prcmu-debug.h b/arch/arm/mach-ux500/prcmu-debug.h
index abc01677b3a..c536aed1f6b 100644
--- a/arch/arm/mach-ux500/prcmu-debug.h
+++ b/arch/arm/mach-ux500/prcmu-debug.h
@@ -13,9 +13,11 @@
#ifdef CONFIG_UX500_PRCMU_DEBUG
void prcmu_debug_ape_opp_log(u8 opp);
+void prcmu_debug_ddr_opp_log(u8 opp);
int prcmu_debug_init(void);
#else
static inline void prcmu_debug_ape_opp_log(u8 opp) {}
+static inline void prcmu_debug_ddr_opp_log(u8 opp) {}
static inline int prcmu_debug_init(void) {}
#endif
#endif