RTEMS CPU Kit with SuperCore
4.11.3
Main Page
Related Pages
Modules
+
Data Structures
Data Structures
+
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
+
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
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
_
b
c
d
i
r
+
Typedefs
a
b
c
d
f
h
i
m
o
p
q
r
s
t
u
w
x
+
Enumerations
b
c
d
e
h
i
m
o
p
r
s
t
w
+
Enumerator
c
i
m
p
r
s
t
w
+
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
w
mnt
data0
chrisj
rtems
releases
rtems-release.git
4.11.3
ws-rtems
rtems-4.11.3
cpukit
libpci
pci
cfg_static.h
Go to the documentation of this file.
1
/* Static PCI Auto Configuration Library
2
*
3
* COPYRIGHT (c) 2010 Cobham Gaisler AB.
4
*
5
* The license and distribution terms for this file may be
6
* found in the file LICENSE in this distribution or at
7
* http://www.rtems.org/license/LICENSE.
8
*/
9
10
#ifndef __PCI_CFG_STATIC_H__
11
#define __PCI_CFG_STATIC_H__
12
13
/* This function initializes all buses and device accorind to a user defined
14
* "static" configuration. The configuration can manually created with C
15
* data structures. Or it can be automatically created on a running target
16
* using the pci_cfg_print() routine after the AUTO or READ Configuration
17
* Library has setup the PCI bus
18
*/
19
extern
int
pci_config_static(
void
);
20
21
#endif
Generated by
1.8.13