Changeset 4bde8072 in rtems
- Timestamp:
- 10/29/99 14:28:39 (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 4a07d2b
- Parents:
- a8efb8fe
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libcsupport/include/rtems/libio.h
ra8efb8fe r4bde8072 569 569 ); 570 570 571 /* 572 * Boot Time Mount Table Structure 573 */ 574 575 typedef struct { 576 rtems_filesystem_operations_table *fs_ops; 577 rtems_filesystem_options_t fsoptions; 578 char *device; 579 char *mount_point; 580 } rtems_filesystem_mount_table_t; 581 582 extern rtems_filesystem_mount_table_t *rtems_filesystem_mount_table; 583 extern int rtems_filesystem_mount_table_size; 584 571 585 #endif /* _RTEMS_LIBIO_H */ -
c/src/lib/include/rtems/libio.h
ra8efb8fe r4bde8072 569 569 ); 570 570 571 /* 572 * Boot Time Mount Table Structure 573 */ 574 575 typedef struct { 576 rtems_filesystem_operations_table *fs_ops; 577 rtems_filesystem_options_t fsoptions; 578 char *device; 579 char *mount_point; 580 } rtems_filesystem_mount_table_t; 581 582 extern rtems_filesystem_mount_table_t *rtems_filesystem_mount_table; 583 extern int rtems_filesystem_mount_table_size; 584 571 585 #endif /* _RTEMS_LIBIO_H */ -
c/src/lib/libc/libio.h
ra8efb8fe r4bde8072 569 569 ); 570 570 571 /* 572 * Boot Time Mount Table Structure 573 */ 574 575 typedef struct { 576 rtems_filesystem_operations_table *fs_ops; 577 rtems_filesystem_options_t fsoptions; 578 char *device; 579 char *mount_point; 580 } rtems_filesystem_mount_table_t; 581 582 extern rtems_filesystem_mount_table_t *rtems_filesystem_mount_table; 583 extern int rtems_filesystem_mount_table_size; 584 571 585 #endif /* _RTEMS_LIBIO_H */ -
cpukit/libcsupport/include/rtems/libio.h
ra8efb8fe r4bde8072 569 569 ); 570 570 571 /* 572 * Boot Time Mount Table Structure 573 */ 574 575 typedef struct { 576 rtems_filesystem_operations_table *fs_ops; 577 rtems_filesystem_options_t fsoptions; 578 char *device; 579 char *mount_point; 580 } rtems_filesystem_mount_table_t; 581 582 extern rtems_filesystem_mount_table_t *rtems_filesystem_mount_table; 583 extern int rtems_filesystem_mount_table_size; 584 571 585 #endif /* _RTEMS_LIBIO_H */
Note: See TracChangeset
for help on using the changeset viewer.