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)
8 extern void prcmdebug_dump(int flags
);
10 static inline void prcmdebug_dump(int flags
) { }
13 #endif /* __ARCH_ASM_MACH_OMAP2_PRCM_DEBUG_H */