From 39c972331d14952fd3dc69f9f61db11d043c182c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Jan 1999 01:48:58 +0000 Subject: Added prototype information about the SONIC driver. --- c/src/lib/libbsp/powerpc/dmv177/include/bsp.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'c/src/lib/libbsp') diff --git a/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h b/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h index f99211f8d3..34d15e59df 100644 --- a/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h +++ b/c/src/lib/libbsp/powerpc/dmv177/include/bsp.h @@ -44,6 +44,15 @@ extern "C" { #define Debug_Entry( num ) #endif +/* + * Network driver configuration + */ +struct rtems_bsdnet_ifconfig; +extern int rtems_sonic_driver_attach (struct rtems_bsdnet_ifconfig *config); +#define RTEMS_BSP_NETWORK_DRIVER_NAME "sonic1" +#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_sonic_driver_attach + + /* * The following macro calculates the Baud constant. For the Z8530 chip. */ -- cgit v1.2.3