ARM: cpu topology: Add debugfs interface for cpu_power
[cmplus.git] / arch / arm / mach-omap2 / prcm-debug.h
blob14ca00fb966ea4e908b85c619bc67fbec383d901
1 #ifndef __ARCH_ASM_MACH_OMAP2_PRCM_DEBUG_H
2 #define __ARCH_ASM_MACH_OMAP2_PRCM_DEBUG_H
4 #define PRCMDEBUG_LASTSLEEP (1 << 0)
5 #define PRCMDEBUG_ON (1 << 1)
7 #ifdef CONFIG_PM_DEBUG
8 extern void prcmdebug_dump(int flags);
9 #else
10 static inline void prcmdebug_dump(int flags) { }
11 #endif
13 #endif /* __ARCH_ASM_MACH_OMAP2_PRCM_DEBUG_H */