Changeset 39c9723 in rtems
- Timestamp:
- 01/26/99 01:48:58 (25 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d78b7a9e
- Parents:
- 03598b1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/dmv177/include/bsp.h
r03598b1 r39c9723 44 44 #define Debug_Entry( num ) 45 45 #endif 46 47 /* 48 * Network driver configuration 49 */ 50 struct rtems_bsdnet_ifconfig; 51 extern 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 46 55 47 56 /*
Note: See TracChangeset
for help on using the changeset viewer.