forked from Imagelibrary/rtems
Moved imfs set handlers prototype to the imfs.h file.
This commit is contained in:
@@ -277,6 +277,10 @@ int IMFS_stat(
|
|||||||
struct stat *buf /* OUT */
|
struct stat *buf /* OUT */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
int IMFS_Set_handlers(
|
||||||
|
rtems_filesystem_location_info_t *loc
|
||||||
|
);
|
||||||
|
|
||||||
int IMFS_evaluate_link(
|
int IMFS_evaluate_link(
|
||||||
rtems_filesystem_location_info_t *node, /* IN/OUT */
|
rtems_filesystem_location_info_t *node, /* IN/OUT */
|
||||||
int flags /* IN */
|
int flags /* IN */
|
||||||
|
|||||||
@@ -42,12 +42,6 @@
|
|||||||
#define jnode_get_first_child( jnode ) \
|
#define jnode_get_first_child( jnode ) \
|
||||||
((IMFS_jnode_t *)( Chain_Head( jnode_get_control( jnode ) )->next))
|
((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(
|
int IMFS_fsunmount(
|
||||||
rtems_filesystem_mount_table_entry_t *temp_mt_entry
|
rtems_filesystem_mount_table_entry_t *temp_mt_entry
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -277,6 +277,10 @@ int IMFS_stat(
|
|||||||
struct stat *buf /* OUT */
|
struct stat *buf /* OUT */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
int IMFS_Set_handlers(
|
||||||
|
rtems_filesystem_location_info_t *loc
|
||||||
|
);
|
||||||
|
|
||||||
int IMFS_evaluate_link(
|
int IMFS_evaluate_link(
|
||||||
rtems_filesystem_location_info_t *node, /* IN/OUT */
|
rtems_filesystem_location_info_t *node, /* IN/OUT */
|
||||||
int flags /* IN */
|
int flags /* IN */
|
||||||
|
|||||||
@@ -42,12 +42,6 @@
|
|||||||
#define jnode_get_first_child( jnode ) \
|
#define jnode_get_first_child( jnode ) \
|
||||||
((IMFS_jnode_t *)( Chain_Head( jnode_get_control( jnode ) )->next))
|
((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(
|
int IMFS_fsunmount(
|
||||||
rtems_filesystem_mount_table_entry_t *temp_mt_entry
|
rtems_filesystem_mount_table_entry_t *temp_mt_entry
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -277,6 +277,10 @@ int IMFS_stat(
|
|||||||
struct stat *buf /* OUT */
|
struct stat *buf /* OUT */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
int IMFS_Set_handlers(
|
||||||
|
rtems_filesystem_location_info_t *loc
|
||||||
|
);
|
||||||
|
|
||||||
int IMFS_evaluate_link(
|
int IMFS_evaluate_link(
|
||||||
rtems_filesystem_location_info_t *node, /* IN/OUT */
|
rtems_filesystem_location_info_t *node, /* IN/OUT */
|
||||||
int flags /* IN */
|
int flags /* IN */
|
||||||
|
|||||||
@@ -42,12 +42,6 @@
|
|||||||
#define jnode_get_first_child( jnode ) \
|
#define jnode_get_first_child( jnode ) \
|
||||||
((IMFS_jnode_t *)( Chain_Head( jnode_get_control( jnode ) )->next))
|
((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(
|
int IMFS_fsunmount(
|
||||||
rtems_filesystem_mount_table_entry_t *temp_mt_entry
|
rtems_filesystem_mount_table_entry_t *temp_mt_entry
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -277,6 +277,10 @@ int IMFS_stat(
|
|||||||
struct stat *buf /* OUT */
|
struct stat *buf /* OUT */
|
||||||
);
|
);
|
||||||
|
|
||||||
|
int IMFS_Set_handlers(
|
||||||
|
rtems_filesystem_location_info_t *loc
|
||||||
|
);
|
||||||
|
|
||||||
int IMFS_evaluate_link(
|
int IMFS_evaluate_link(
|
||||||
rtems_filesystem_location_info_t *node, /* IN/OUT */
|
rtems_filesystem_location_info_t *node, /* IN/OUT */
|
||||||
int flags /* IN */
|
int flags /* IN */
|
||||||
|
|||||||
@@ -42,12 +42,6 @@
|
|||||||
#define jnode_get_first_child( jnode ) \
|
#define jnode_get_first_child( jnode ) \
|
||||||
((IMFS_jnode_t *)( Chain_Head( jnode_get_control( jnode ) )->next))
|
((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(
|
int IMFS_fsunmount(
|
||||||
rtems_filesystem_mount_table_entry_t *temp_mt_entry
|
rtems_filesystem_mount_table_entry_t *temp_mt_entry
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user