summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_pub.h
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-12-03 16:56:50 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-12-03 16:56:50 +0000
commitb7a6d23a0d8d855fe92d573658405e1eedc2356b (patch)
tree71efd676a12343e1268e25c9214f44312e8d554e /c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_pub.h
downloadrtems-b7a6d23a0d8d855fe92d573658405e1eedc2356b.tar.bz2
- importing 'beatnik' BSP from SLAC repository.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_pub.h')
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_pub.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_pub.h b/c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_pub.h
new file mode 100644
index 0000000000..66c9d3d3d2
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/beatnik/network/if_em/if_em_pub.h
@@ -0,0 +1,23 @@
+/* $Id$ */
+#ifndef RTEMS_BSDNET_IF_EM_PUBLIC_SYMBOLS_H
+#define RTEMS_BSDNET_IF_EM_PUBLIC_SYMBOLS_H
+
+#include <rtems.h>
+#include <rtems/rtems_bsdnet.h>
+#include <bsp/early_enet_link_status.h>
+
+#ifdef __cplusplus
+ extern "C" {
+#endif
+
+extern int rtems_em_attach(struct rtems_bsdnet_ifconfig *, int);
+extern int rtems_em_pci_setup(int);
+extern rtems_bsdnet_early_link_check_ops rtems_em_early_link_check_ops;
+
+#ifdef __cplusplus
+ }
+#endif
+
+#endif
+
+