1 /* 2 * Copyright (c) 2020 - 2024 Renesas Electronics Corporation and/or its affiliates 3 * 4 * SPDX-License-Identifier: BSD-3-Clause 5 */ 6 7 #ifndef BSP_ADDRESS_CONVERT_H 8 #define BSP_ADDRESS_CONVERT_H 9 10 /*********************************************************************************************************************** 11 * Includes 12 **********************************************************************************************************************/ 13 #include "bsp_api.h" 14 15 /** Common macro for FSP header files. There is also a corresponding FSP_FOOTER macro at the end of this file. */ 16 FSP_HEADER 17 18 /*********************************************************************************************************************** 19 * Macro definitions 20 **********************************************************************************************************************/ 21 22 /*********************************************************************************************************************** 23 * Typedef definitions 24 **********************************************************************************************************************/ 25 26 /*********************************************************************************************************************** 27 * Exported global variables 28 **********************************************************************************************************************/ 29 30 /*********************************************************************************************************************** 31 * Exported global functions (to be accessed by other files) 32 **********************************************************************************************************************/ 33 34 /** Common macro for FSP header files. There is also a corresponding FSP_HEADER macro at the top of this file. */ 35 FSP_FOOTER 36 37 #endif 38