1 /* Copyright 2018 SiFive, Inc */
2 /* SPDX-License-Identifier: Apache-2.0 */
4 #ifndef METAL__DRIVERS__SIFIVE_FU540_C000_L2_H
5 #define METAL__DRIVERS__SIFIVE_FU540_C000_L2_H
7 #include <metal/cache.h>
8 #include <metal/compiler.h>
10 struct __metal_driver_vtable_sifive_fu540_c000_l2 {
11 struct __metal_cache_vtable cache;
14 struct __metal_driver_sifive_fu540_c000_l2;
16 __METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_fu540_c000_l2)
18 struct __metal_driver_sifive_fu540_c000_l2 {
19 struct metal_cache cache;