Changeset 39c9723 in rtems


Ignore:
Timestamp:
01/26/99 01:48:58 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
d78b7a9e
Parents:
03598b1
Message:

Added prototype information about the SONIC driver.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/dmv177/include/bsp.h

    r03598b1 r39c9723  
    4444#define Debug_Entry( num )
    4545#endif
     46
     47/*
     48 * Network driver configuration
     49 */
     50struct rtems_bsdnet_ifconfig;
     51extern int rtems_sonic_driver_attach (struct rtems_bsdnet_ifconfig *config);
     52#define RTEMS_BSP_NETWORK_DRIVER_NAME   "sonic1"
     53#define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_sonic_driver_attach
     54
    4655
    4756/*
Note: See TracChangeset for help on using the changeset viewer.