Merge tag 'sched-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / hexagon / include / asm / suspend.h
blob57b1e11522e7abf4618717d5d49ba2ec99fa7fe1
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * Copyright (c) 2010-2011, The Linux Foundation. All rights reserved.
4 */
6 #ifndef _ASM_SUSPEND_H
7 #define _ASM_SUSPEND_H
9 static inline int arch_prepare_suspend(void)
11 return 0;
14 #endif