RTEMS  5.1
if_em_pub.h
1 #ifndef RTEMS_BSDNET_IF_EM_PUBLIC_SYMBOLS_H
2 #define RTEMS_BSDNET_IF_EM_PUBLIC_SYMBOLS_H
3 
4 #include <rtems.h>
5 #include <rtems/rtems_bsdnet.h>
6 #include <bsp/early_enet_link_status.h>
7 
8 #ifdef __cplusplus
9  extern "C" {
10 #endif
11 
12 extern int rtems_em_attach(struct rtems_bsdnet_ifconfig *, int);
13 extern int rtems_em_pci_setup(int);
14 extern rtems_bsdnet_early_link_check_ops rtems_em_early_link_check_ops;
15 
16 #ifdef __cplusplus
17  }
18 #endif
19 
20 #endif
21 
22