1 /* Copyright 2018 SiFive, Inc */
2 /* SPDX-License-Identifier: Apache-2.0 */
4 #ifndef METAL__DRIVERS__SIFIVE_GPIO0_H
5 #define METAL__DRIVERS__SIFIVE_GPIO0_H
7 #include <metal/compiler.h>
8 #include <metal/gpio.h>
10 struct __metal_driver_vtable_sifive_gpio0 {
11 const struct __metal_gpio_vtable gpio;
14 //struct __metal_driver_sifive_gpio0;
16 __METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_gpio0)
18 struct __metal_driver_sifive_gpio0 {
19 struct metal_gpio gpio;