1 /* 2 * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 #ifndef R_INTC_IRQ_CFG_H_ 7 #define R_INTC_IRQ_CFG_H_ 8 #ifdef __cplusplus 9 extern "C" { 10 #endif 11 12 #define INTC_IRQ_CFG_PARAM_CHECKING_ENABLE (BSP_CFG_PARAM_CHECKING_ENABLE) 13 14 #ifdef __cplusplus 15 } 16 #endif 17 #endif /* R_INTC_IRQ_CFG_H_ */ 18