summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/sparc/leon2/include/bsp/irq.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon2/include/bsp/irq.h')
-rw-r--r--c/src/lib/libbsp/sparc/leon2/include/bsp/irq.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/include/bsp/irq.h b/c/src/lib/libbsp/sparc/leon2/include/bsp/irq.h
deleted file mode 100644
index 086bf253c4..0000000000
--- a/c/src/lib/libbsp/sparc/leon2/include/bsp/irq.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/**
- * @file
- * @ingroup sparc_leon2
- * @brief Interrupts definitions
- *
- * Based on libbsp/shared/include/irq.h.
- */
-
-/*
- * Copyright (c) 2012.
- * Aeroflex Gaisler AB.
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#ifndef LIBBSP_LEON2_IRQ_CONFIG_H
-#define LIBBSP_LEON2_IRQ_CONFIG_H
-
-#define BSP_INTERRUPT_VECTOR_MAX_STD 15 /* Standard IRQ controller */
-#define BSP_INTERRUPT_VECTOR_MIN 0
-#define BSP_INTERRUPT_VECTOR_MAX BSP_INTERRUPT_VECTOR_MAX_STD
-
-/* No extra check is needed */
-#undef BSP_INTERRUPT_CUSTOM_VALID_VECTOR
-
-#endif /* LIBBSP_LEON2_IRQ_CONFIG_H */