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_EXCEPTIONS_H
8 #define BSP_EXCEPTIONS_H
9 
10 /***********************************************************************************************************************
11  * Includes   <System Includes> , "Project Includes"
12  **********************************************************************************************************************/
13 
14 /** Common macro for FSP header files. There is also a corresponding FSP_FOOTER macro at the end of this file. */
15 FSP_HEADER
16 
17 /***********************************************************************************************************************
18  * Macro definitions
19  **********************************************************************************************************************/
20 
21 /***********************************************************************************************************************
22  * Typedef definitions
23  **********************************************************************************************************************/
24 
25 /***********************************************************************************************************************
26  * Exported global variables
27  **********************************************************************************************************************/
28 
29 /***********************************************************************************************************************
30  * Exported global functions (to be accessed by other files)
31  **********************************************************************************************************************/
32 
33 /** Common macro for FSP header files. There is also a corresponding FSP_HEADER macro at the top of this file. */
34 FSP_FOOTER
35 
36 #endif
37