Merge tag 'locking-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git] / arch / arm / include / asm / psci.h
blob536e155328fafa5a8455946ce80d788ac9a3a0f0
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
4 * Copyright (C) 2012 ARM Limited
5 */
7 #ifndef __ASM_ARM_PSCI_H
8 #define __ASM_ARM_PSCI_H
10 extern const struct smp_operations psci_smp_ops;
12 #if defined(CONFIG_SMP) && defined(CONFIG_ARM_PSCI)
13 bool psci_smp_available(void);
14 #else
15 static inline bool psci_smp_available(void) { return false; }
16 #endif
18 #endif /* __ASM_ARM_PSCI_H */