aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/include/asm/suspend.h
blob: dc75c616eafede00cb056167ecbbd8df18933362 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef __ASM_S390_SUSPEND_H
#define __ASM_S390_SUSPEND_H

static inline int arch_prepare_suspend(void)
{
	return 0;
}

#endif