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
powerpc
beatnik
include
bsp
if_gfe_pub.h
1
#ifndef RTEMS_BSDNET_IF_GFE_PUBLIC_SYMBOLS_H
2
#define RTEMS_BSDNET_IF_GFE_PUBLIC_SYMBOLS_H
3
4
#include <
rtems.h
>
5
#include <rtems/rtems_bsdnet.h>
6
#include <bsp/early_enet_link_status.h>
7
#include <net/ethernet.h>
8
9
#ifdef __cplusplus
10
extern
"C"
{
11
#endif
12
13
extern
int
14
rtems_gfe_attach(
struct
rtems_bsdnet_ifconfig *,
int
);
15
16
17
/* enet_addr must be 6 bytes long */
18
int
19
rtems_gfe_setup(
int
unit,
char
*enet_addr, uint32_t base_addr);
20
21
extern
rtems_bsdnet_early_link_check_ops
22
rtems_gfe_early_link_check_ops;
23
24
#ifdef __cplusplus
25
}
26
#endif
27
28
#endif
29
30
rtems.h
rtems_bsdnet_early_link_check_ops
Definition:
early_enet_link_status.h:14
Generated by
1.8.15