]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/s390/include/asm/suspend.h
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard...
[karo-tx-linux.git] / arch / s390 / include / asm / suspend.h
1 #ifndef __ASM_S390_SUSPEND_H
2 #define __ASM_S390_SUSPEND_H
3
4 static inline int arch_prepare_suspend(void)
5 {
6         return 0;
7 }
8
9 #endif
10