Added prototype information about the SONIC driver.

This commit is contained in:
Joel Sherrill
1999-01-26 01:48:58 +00:00
parent 03598b162e
commit 39c972331d

View File

@@ -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.
*/