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_CACHE_CORE_H
8 #define BSP_CACHE_CORE_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 void r_bsp_cache_l3_power_ctrl(void);
34 
35 /** Common macro for FSP header files. There is also a corresponding FSP_HEADER macro at the top of this file. */
36 FSP_FOOTER
37 
38 #endif
39