summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/beatnik/include/bsp.h
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/powerpc/beatnik/include/bsp.h')
-rw-r--r--bsps/powerpc/beatnik/include/bsp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bsps/powerpc/beatnik/include/bsp.h b/bsps/powerpc/beatnik/include/bsp.h
index 4a475eb783..fa29d373e5 100644
--- a/bsps/powerpc/beatnik/include/bsp.h
+++ b/bsps/powerpc/beatnik/include/bsp.h
@@ -157,6 +157,9 @@ int BSP_i2c_initialize(void);
/* Networking; */
#if defined(RTEMS_NETWORKING)
#include <bsp/bsp_bsdnet_attach.h>
+int rtems_em_attach(struct rtems_bsdnet_ifconfig *, int);
+int rtems_dec21140_driver_attach(struct rtems_bsdnet_ifconfig *, int);
+int rtems_dc_driver_attach(struct rtems_bsdnet_ifconfig *, int);
#endif
/* NOT FOR PUBLIC USE BELOW HERE */