Changeset dc6763c8 in rtems
- Timestamp:
- 10/06/98 13:02:51 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- dff5b40
- Parents:
- 0ebbf66
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/include/bsp.h
r0ebbf66 rdc6763c8 55 55 #include <bspIo.h> 56 56 57 /* 58 * Network driver configuration 59 */ 60 61 struct rtems_bsdnet_ifconfig; 62 extern int rtems_wd_driver_attach (struct rtems_bsdnet_ifconfig *config); 63 64 #define RTEMS_BSP_NETWORK_DRIVER_NAME "wd1" 65 #define RTEMS_BSP_NETWORK_DRIVER_ATTACH rtems_wd_driver_attach 66 57 67 /*-------------------------------------------------------------------------+ 58 68 | Constants
Note: See TracChangeset
for help on using the changeset viewer.