RTEMS
5.2
Toggle main menu visibility
Main Page
Related Pages
Modules
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
v
w
Typedefs
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
v
w
x
Enumerations
a
b
c
e
h
i
l
m
o
p
q
r
s
t
w
Enumerator
a
c
d
h
i
l
m
p
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
bsps
arm
gumstix
include
bsp
irq.h
1
/*
2
* Copyright (c) 2010 embedded brains GmbH.
3
*
4
* Interrupt handler Header file for PXA By Yang Xi <hiyangxi@gmail.com>
5
* Copyright (c) 2004 by Jay Monkman <jtm@lopingdog.com>
6
*
7
* The license and distribution terms for this file may be
8
* found in the file LICENSE in this distribution or at
9
* http://www.rtems.org/license/LICENSE.
10
*/
11
12
#ifndef __IRQ_H__
13
#define __IRQ_H__
14
15
#ifndef __asm__
16
17
#include <
rtems.h
>
18
#include <
rtems/irq.h
>
19
#include <
rtems/irq-extension.h
>
20
21
#include <pxa255.h>
22
23
#define BSP_INTERRUPT_VECTOR_MIN 0
24
25
#define BSP_INTERRUPT_VECTOR_MAX (PRIMARY_IRQS - 1)
26
27
#endif
/* __asm__ */
28
29
#endif
/* __IRQ_H__ */
irq.h
irq-extension.h
Header file for the Interrupt Manager Extension.
rtems.h
Generated by
1.9.4