blob: 294cdb66c5fcb4b6d49ea338fa7ac4b45c1b27cd [file] [log] [blame]
Wu Zhangjin363c55c2009-06-04 20:27:10 +08001#ifndef __ASM_SUSPEND_H
2#define __ASM_SUSPEND_H
3
4static inline int arch_prepare_suspend(void) { return 0; }
5
6/* References to section boundaries */
7extern const void __nosave_begin, __nosave_end;
8
9#endif /* __ASM_SUSPEND_H */