From 4bde80720f95e5f817dedd95de8b46f19c3cb744 Mon Sep 17 00:00:00 2001 From: Jennifer Averett Date: Fri, 29 Oct 1999 14:28:39 +0000 Subject: Joel added a table of mount entry requests to be processed during initialization. --- c/src/lib/include/rtems/libio.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'c/src/lib/include') diff --git a/c/src/lib/include/rtems/libio.h b/c/src/lib/include/rtems/libio.h index ce46031569..c4e54c4132 100644 --- a/c/src/lib/include/rtems/libio.h +++ b/c/src/lib/include/rtems/libio.h @@ -568,4 +568,18 @@ int mount( char *mount_point ); +/* + * Boot Time Mount Table Structure + */ + +typedef struct { + rtems_filesystem_operations_table *fs_ops; + rtems_filesystem_options_t fsoptions; + char *device; + char *mount_point; +} rtems_filesystem_mount_table_t; + +extern rtems_filesystem_mount_table_t *rtems_filesystem_mount_table; +extern int rtems_filesystem_mount_table_size; + #endif /* _RTEMS_LIBIO_H */ -- cgit v1.2.3