suspend.h 128 B

12345678910
  1. #ifndef __ASM_S390_SUSPEND_H
  2. #define __ASM_S390_SUSPEND_H
  3. static inline int arch_prepare_suspend(void)
  4. {
  5. return 0;
  6. }
  7. #endif