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
include
rtems
umon.h
1
/*
2
* umon.h - RTEMS specific interface to MicroMonitor.
3
*
4
* COPYRIGHT (c) 1989-2009.
5
* On-Line Applications Research Corporation (OAR).
6
*
7
* Modified by Fernando Nicodemos <fgnicodemos@terra.com.br>
8
* from NCB - Sistemas Embarcados Ltda. (Brazil)
9
*
10
* The license and distribution terms for this file may be
11
* found in the file LICENSE in this distribution or at
12
* http://www.rtems.org/license/LICENSE.
13
*/
14
15
#ifndef __rtems_umon_h
16
#define __rtems_umon_h
17
18
#include <
umon/monlib.h
>
19
20
#ifdef __cplusplus
21
extern
"C"
{
22
#endif
23
30
void
rtems_umon_connect(
void
);
31
40
void
*rtems_bsp_get_umon_monptr(
void
);
41
51
int
rtems_initialize_tfs_filesystem(
52
const
char
*path
53
);
54
62
int
umoncons_poll_read(
int
minor);
63
64
#ifdef __cplusplus
65
}
66
#endif
67
68
#endif
/* __rtems_umon_h */
monlib.h
Used by both the monitor and the application that may reside on top of the monitor.
Generated by
1.9.4