1 /* 2 * Arm SCP/MCP Software 3 * Copyright (c) 2022, Arm Limited and Contributors. All rights reserved. 4 * 5 * SPDX-License-Identifier: BSD-3-Clause 6 */ 7 8 #ifndef FMW_ARCH_H 9 #define FMW_ARCH_H 10 /* 11 * Suspend feature is disabled until the whole system 12 * ( LCP,MCP and SCPs ) become available to wakeup 13 * the LCP. 14 */ 15 #define FMW_DISABLE_ARCH_SUSPEND 1 16 17 #endif /* FMW_ARCH_H */ 18