Changeset d681bc2 in network-demos
- Timestamp:
- 02/10/99 19:56:03 (24 years ago)
- Branches:
- 4.11, 57a009d5b89e72f488ab655184e6a33bb0fe6b7f, netdemos-4-5-branch, network-demos-4-10-branch, network-demos-4-6-branch, network-demos-4-7-branch, network-demos-4-8-branch, network-demos-4-9-branch, rtems-4-5-branch
- Children:
- 2b13801
- Parents:
- b8a1e4f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tftpTest/init.c
rb8a1e4f rd681bc2 39 39 rtems_task Init (rtems_task_argument argument); 40 40 41 #define CONFIGURE_HAS_OWN_DEVICE_DRIVER_TABLE42 rtems_driver_address_table Device_drivers[] = {43 CONSOLE_DRIVER_TABLE_ENTRY,44 CLOCK_DRIVER_TABLE_ENTRY,45 TFTP_DRIVER_TABLE_ENTRY,46 };47 48 41 #include <confdefs.h> 49 42 … … 61 54 62 55 rtems_bsdnet_initialize_network (); 56 rtems_bsdnet_initialize_tftp_filesystem (); 63 57 64 58 #if (defined (RTEMS_USE_BOOTP))
Note: See TracChangeset
for help on using the changeset viewer.