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
sparc
leon2
include
bsp
at697_pci.h
1
/* AT697 PCI host bridge driver
2
*
3
* COPYRIGHT (c) 2015.
4
* Cobham Gaisler.
5
*
6
* The license and distribution terms for this file may be
7
* found in found in the file LICENSE in this distribution or at
8
* http://www.rtems.org/license/LICENSE.
9
*
10
*/
11
12
#ifndef __AT697PCI_H__
13
#define __AT697PCI_H__
14
15
#ifdef __cplusplus
16
extern
"C"
{
17
#endif
18
19
/* Register AT697 PCI host bridge driver to Driver Manager */
20
void
at697pci_register_drv(
void
);
21
22
#ifdef __cplusplus
23
}
24
#endif
25
26
#endif
Generated by
1.8.15