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
bspimpl.h
Go to the documentation of this file.
1
7
/*
8
* COPYRIGHT (c) 2016.
9
* On-Line Applications Research Corporation (OAR).
10
*
11
* The license and distribution terms for this file may be
12
* found in the file LICENSE in this distribution or at
13
* http://www.rtems.org/license/LICENSE.
14
*/
15
16
#ifndef __BSPIMPL_h
17
#define __BSPIMPL_h
18
19
#include <
rtems/pci.h
>
20
21
/*
22
* PCI Support Methods
23
*/
24
const
pci_config_access_functions
*pci_bios_initialize(
void
);
25
const
pci_config_access_functions
*pci_io_initialize(
void
);
26
27
/*
28
* Helper to parse boot command line arguments related to the console driver
29
*/
30
void
pc386_parse_console_arguments(
void
);
31
32
/*
33
* Helper to parse boot command line arguments related to gdb
34
*/
35
void
pc386_parse_gdb_arguments(
void
);
36
37
/*
38
* Dynamically probe for Legacy UARTS
39
*/
40
void
legacy_uart_probe(
void
);
41
42
/*
43
* Dynamically probe for PCI UARTS
44
*/
45
void
pci_uart_probe(
void
);
46
47
#endif
pci_config_access_functions
Definition:
pci.h:1123
pci.h
Generated by
1.8.15