suspend.h 238 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _ASM_SUSPEND_H
  6. #define _ASM_SUSPEND_H
  7. static inline int arch_prepare_suspend(void)
  8. {
  9. return 0;
  10. }
  11. #endif