1 /* Copyright 2018 SiFive, Inc */
2 /* SPDX-License-Identifier: Apache-2.0 */
4 #ifndef METAL__DRIVERS__SIFIVE_TEST0_H
5 #define METAL__DRIVERS__SIFIVE_TEST0_H
7 #include <metal/compiler.h>
8 #include <metal/shutdown.h>
10 struct __metal_driver_vtable_sifive_test0 {
11 const struct __metal_shutdown_vtable shutdown;
14 __METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_test0)
16 struct __metal_driver_sifive_test0 {
17 struct __metal_shutdown shutdown;