Joel added a table of mount entry requests to be processed during

initialization.
This commit is contained in:
Jennifer Averett
1999-10-29 14:28:39 +00:00
parent a8efb8fea0
commit 4bde80720f
4 changed files with 56 additions and 0 deletions

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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 */

View File

@@ -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 */