1 /* Copyright 2018 SiFive, Inc */
2 /* SPDX-License-Identifier: Apache-2.0 */
4 #ifndef METAL__DRIVERS__SIFIVE_GPIO_BUTTONS_H
5 #define METAL__DRIVERS__SIFIVE_GPIO_BUTTONS_H
8 #include <metal/button.h>
9 #include <metal/compiler.h>
11 struct __metal_driver_vtable_sifive_button {
12 struct metal_button_vtable button_vtable;
15 __METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_button)
17 struct __metal_driver_sifive_gpio_button {
18 struct metal_button button;