Merge branch 'master' of ssh+git://oss.sgi.com/oss/git/xfs/xfs
[deliverable/linux.git] / arch / mips / include / asm / suspend.h
CommitLineData
363c55ca
WZ
1#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 */
This page took 0.040274 seconds and 5 git commands to generate.