1 /* Copyright 2019 SiFive, Inc */
2 /* SPDX-License-Identifier: Apache-2.0 */
4 #ifndef METAL__DRIVERS__SIFIVE_FE310_G000_LFROSC_H
5 #define METAL__DRIVERS__SIFIVE_FE310_G000_LFROSC_H
7 #include <metal/compiler.h>
8 #include <metal/clock.h>
11 struct __metal_driver_vtable_sifive_fe310_g000_lfrosc {
12 struct __metal_clock_vtable clock;
15 __METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_fe310_g000_lfrosc)
17 struct __metal_driver_sifive_fe310_g000_lfrosc {
18 struct metal_clock clock;