Moved imfs set handlers prototype to the imfs.h file.

This commit is contained in:
Jennifer Averett
1999-11-05 22:24:56 +00:00
parent f26592f553
commit 7f6a07504e
8 changed files with 16 additions and 24 deletions

View File

@@ -277,6 +277,10 @@ int IMFS_stat(
struct stat *buf /* OUT */
);
int IMFS_Set_handlers(
rtems_filesystem_location_info_t *loc
);
int IMFS_evaluate_link(
rtems_filesystem_location_info_t *node, /* IN/OUT */
int flags /* IN */

View File

@@ -42,12 +42,6 @@
#define jnode_get_first_child( jnode ) \
((IMFS_jnode_t *)( Chain_Head( jnode_get_control( jnode ) )->next))
/* XXX should be in a more public place */
extern int IMFS_Set_handlers(
rtems_filesystem_location_info_t *loc
);
int IMFS_fsunmount(
rtems_filesystem_mount_table_entry_t *temp_mt_entry
)

View File

@@ -277,6 +277,10 @@ int IMFS_stat(
struct stat *buf /* OUT */
);
int IMFS_Set_handlers(
rtems_filesystem_location_info_t *loc
);
int IMFS_evaluate_link(
rtems_filesystem_location_info_t *node, /* IN/OUT */
int flags /* IN */

View File

@@ -42,12 +42,6 @@
#define jnode_get_first_child( jnode ) \
((IMFS_jnode_t *)( Chain_Head( jnode_get_control( jnode ) )->next))
/* XXX should be in a more public place */
extern int IMFS_Set_handlers(
rtems_filesystem_location_info_t *loc
);
int IMFS_fsunmount(
rtems_filesystem_mount_table_entry_t *temp_mt_entry
)

View File

@@ -277,6 +277,10 @@ int IMFS_stat(
struct stat *buf /* OUT */
);
int IMFS_Set_handlers(
rtems_filesystem_location_info_t *loc
);
int IMFS_evaluate_link(
rtems_filesystem_location_info_t *node, /* IN/OUT */
int flags /* IN */

View File

@@ -42,12 +42,6 @@
#define jnode_get_first_child( jnode ) \
((IMFS_jnode_t *)( Chain_Head( jnode_get_control( jnode ) )->next))
/* XXX should be in a more public place */
extern int IMFS_Set_handlers(
rtems_filesystem_location_info_t *loc
);
int IMFS_fsunmount(
rtems_filesystem_mount_table_entry_t *temp_mt_entry
)

View File

@@ -277,6 +277,10 @@ int IMFS_stat(
struct stat *buf /* OUT */
);
int IMFS_Set_handlers(
rtems_filesystem_location_info_t *loc
);
int IMFS_evaluate_link(
rtems_filesystem_location_info_t *node, /* IN/OUT */
int flags /* IN */

View File

@@ -42,12 +42,6 @@
#define jnode_get_first_child( jnode ) \
((IMFS_jnode_t *)( Chain_Head( jnode_get_control( jnode ) )->next))
/* XXX should be in a more public place */
extern int IMFS_Set_handlers(
rtems_filesystem_location_info_t *loc
);
int IMFS_fsunmount(
rtems_filesystem_mount_table_entry_t *temp_mt_entry
)