]> git.sur5r.net Git - freertos/blob - FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1-RevB_FreedomStudio/bsp/install/include/metal/drivers/sifive_fu540-c000_l2.h
Rename RISC-V_RV32_SiFive_HiFive1-FreedomStudio directory to RISC-V_RV32_SiFive_HiFiv...
[freertos] / FreeRTOS / Demo / RISC-V_RV32_SiFive_HiFive1-RevB_FreedomStudio / bsp / install / include / metal / drivers / sifive_fu540-c000_l2.h
1 /* Copyright 2018 SiFive, Inc */
2 /* SPDX-License-Identifier: Apache-2.0 */
3
4 #ifndef METAL__DRIVERS__SIFIVE_FU540_C000_L2_H
5 #define METAL__DRIVERS__SIFIVE_FU540_C000_L2_H
6
7 struct __metal_driver_sifive_fu540_c000_l2;
8
9 #include <stdint.h>
10 #include <metal/cache.h>
11
12 struct __metal_driver_vtable_sifive_fu540_c000_l2 {
13         struct __metal_cache_vtable cache;
14 };
15
16 __METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_fu540_c000_l2)
17
18 struct __metal_driver_sifive_fu540_c000_l2 {
19         struct metal_cache cache;
20 };
21
22 #endif
23