RTEMS 7.0-rc1
Loading...
Searching...
No Matches
irq.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0+-with-RTEMS-exception */
2
9/*
10 * Cirrus EP7312 Intererrupt handler
11 *
12 * Copyright (c) 2010 embedded brains GmbH & Co. KG
13 *
14 * Copyright (c) 2002 by Jay Monkman <jtm@smoothsmoothie.com>
15 *
16 * Copyright (c) 2002 by Charlie Steader <charlies@poliac.com>
17 *
18 * The license and distribution terms for this file may be
19 * found in the file LICENSE in this distribution or at
20 * http://www.rtems.org/license/LICENSE.
21*/
22
23#ifndef __IRQ_H__
24#define __IRQ_H__
25
26#ifndef __asm__
27
28#include <rtems.h>
29#include <rtems/irq.h>
30#include <rtems/irq-extension.h>
31
32#endif /* __asm__ */
33
46#define BSP_EXTFIQ 0
47#define BSP_BLINT 1
48#define BSP_WEINT 2
49#define BSP_MCINT 3
50#define BSP_CSINT 4
51#define BSP_EINT1 5
52#define BSP_EINT2 6
53#define BSP_EINT3 7
54#define BSP_TC1OI 8
55#define BSP_TC2OI 9
56#define BSP_RTCMI 10
57#define BSP_TINT 11
58#define BSP_UTXINT1 12
59#define BSP_URXINT1 13
60#define BSP_UMSINT 14
61#define BSP_SSEOTI 15
62
70#define BSP_KBDINT 16
71#define BSP_SS2RX 17
72#define BSP_SS2TX 18
73#define BSP_UTXINT2 19
74#define BSP_URXINT2 20
75
83#define BSP_DAIINT 21
84#define BSP_MAX_INT 22
85
88#define BSP_INTERRUPT_VECTOR_COUNT BSP_MAX_INT
89
92#endif /* __IRQ_H__ */
Interrupt Handler Support.
This header file is provided for backward compatiblility.
This header file defines the RTEMS Classic API.