1 /* 2 * Copyright (c) 2024, STMicroelectronics - All Rights Reserved 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef STM32MP2_SMC_H 8 #define STM32MP2_SMC_H 9 10 #define STM32_COMMON_SIP_NUM_CALLS 1U 11 12 #endif /* STM32MP2_SMC_H */ 13