RTEMS
5.1
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
i386
pc386
include
bsp
exar17d15x.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 _BSP_EXAR17D15X__h
19
#define _BSP_EXAR17D15X__h
20
21
#ifdef __cplusplus
22
extern
"C"
{
23
#endif
24
29
#define EXAR17D15X_DRIVER_TABLE_ENTRY \
30
{ exar17d15x_initialize, NULL, NULL, NULL, NULL, NULL }
31
44
rtems_device_driver
exar17d15x_initialize
(
45
rtems_device_major_number major,
46
rtems_device_minor_number minor,
47
void
*arg
48
);
49
50
#ifdef __cplusplus
51
}
52
#endif
53
54
#endif
55
/* end of include file */
rtems_status_code
rtems_status_code
Classic API Status.
Definition:
status.h:43
exar17d15x_initialize
rtems_device_driver exar17d15x_initialize(rtems_device_major_number major, rtems_device_minor_number minor, void *arg)
Exar 17D15x Initialization Entry Point.
Definition:
exar17d15x.c:96
Generated by
1.8.15