RTEMS 5.2
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
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
13extern int
14rtems_gfe_attach(struct rtems_bsdnet_ifconfig *, int);
15
16
17/* enet_addr must be 6 bytes long */
18int
19rtems_gfe_setup(int unit, char *enet_addr, uint32_t base_addr);
20
22rtems_gfe_early_link_check_ops;
23
24#ifdef __cplusplus
25 }
26#endif
27
28#endif
29
30