RTEMS
5.0.0
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
Data Structure Index
+
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
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
mips
rbtx4925
include
bsp.h
Go to the documentation of this file.
1
9
/*
10
* COPYRIGHT (c) 1989-2012.
11
* On-Line Applications Research Corporation (OAR).
12
*
13
* The license and distribution terms for this file may be
14
* found in the file LICENSE in this distribution or at
15
* http://www.rtems.org/license/LICENSE.
16
*/
17
18
#ifndef LIBBSP_MIPS_RBTX4925_BSP_H
19
#define LIBBSP_MIPS_RBTX4925_BSP_H
20
31
#ifndef ASM
32
33
#include <bspopts.h>
34
#include <
bsp/default-initial-extension.h
>
35
36
#include <
rtems.h
>
37
#include <
libcpu/tx4925.h
>
38
39
#ifdef __cplusplus
40
extern
"C"
{
41
#endif
42
43
#define BSP_FEATURE_IRQ_EXTENSION
44
#define BSP_SHARED_HANDLER_SUPPORT 1
45
46
/*
47
* Prototypes for methods called from .S for dependency tracking
48
*/
49
void
init_tlb(
void
);
50
void
resettlb(
int
i);
51
52
#ifdef __cplusplus
53
}
54
#endif
55
56
#endif
/* !ASM */
57
60
#endif
default-initial-extension.h
DEFAULT_INITIAL_EXTENSION Support.
tx4925.h
rtems.h
Generated by
1.8.13