forked from Imagelibrary/rtems
Added prototype information about the SONIC driver.
This commit is contained in:
@@ -44,6 +44,15 @@ extern "C" {
|
|||||||
#define Debug_Entry( num )
|
#define Debug_Entry( num )
|
||||||
#endif
|
#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.
|
* The following macro calculates the Baud constant. For the Z8530 chip.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user