]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_FreedomStudio/bsp/install/include/metal/drivers/sifive_local-external-interrupts0.h
Rename RISC-V_RV32_SiFive_HiFive1-FreedomStudio directory to RISC-V_RV32_SiFive_HiFiv...
[freertos] / FreeRTOS / Demo / RISC-V_RV32_SiFive_HiFive1_FreedomStudio / bsp / install / include / metal / drivers / sifive_local-external-interrupts0.h
diff --git a/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_FreedomStudio/bsp/install/include/metal/drivers/sifive_local-external-interrupts0.h b/FreeRTOS/Demo/RISC-V_RV32_SiFive_HiFive1_FreedomStudio/bsp/install/include/metal/drivers/sifive_local-external-interrupts0.h
deleted file mode 100644 (file)
index aa8d630..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-/* Copyright 2018 SiFive, Inc */
-/* SPDX-License-Identifier: Apache-2.0 */
-
-#ifndef METAL__DRIVERS__SIFIVE_EXTERNAL_INTERRUPTS0_H
-#define METAL__DRIVERS__SIFIVE_EXTERNAL_INTERRUPTS0_H
-
-#include <metal/compiler.h>
-#include <metal/drivers/riscv_cpu.h>
-
-struct __metal_driver_vtable_sifive_local_external_interrupts0 {
-    struct metal_interrupt_vtable local0_vtable;
-};
-
-__METAL_DECLARE_VTABLE(__metal_driver_vtable_sifive_local_external_interrupts0)
-
-struct __metal_driver_sifive_local_external_interrupts0 {
-    struct metal_interrupt irc;
-    int init_done;
-};
-
-
-#endif