IMFS: Include <rtems/imfs.h>

Prepare for header file move to common include directory.

Update #3254.
This commit is contained in:
Sebastian Huber
2017-12-13 09:04:25 +01:00
parent 6ad3f47143
commit a397c7d8bc
29 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <rtems/deviceio.h>
+1 -1
View File
@@ -18,7 +18,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <unistd.h>
+1 -1
View File
@@ -20,7 +20,7 @@
#include <rtems.h>
#include <rtems/libio_.h>
#include "imfs.h"
#include <rtems/imfs.h>
/* XXX this structure should use real constants */
+1 -1
View File
@@ -17,7 +17,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <stdlib.h>
#include <string.h>
+1 -1
View File
@@ -17,7 +17,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
IMFS_jnode_t *IMFS_node_initialize_directory(
IMFS_jnode_t *node,
+1 -1
View File
@@ -17,7 +17,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <sys/param.h>
#include <dirent.h>
+1 -1
View File
@@ -17,7 +17,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
static const rtems_filesystem_file_handlers_r IMFS_dir_minimal_handlers = {
.open_h = rtems_filesystem_default_open,
+1 -1
View File
@@ -21,7 +21,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <string.h>
+1 -1
View File
@@ -18,7 +18,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
int IMFS_fchmod(
const rtems_filesystem_location_info_t *loc,
+1 -1
View File
@@ -17,7 +17,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <sys/filio.h>
+1 -1
View File
@@ -18,7 +18,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#define jnode_get_control( jnode ) \
(&((IMFS_directory_t *) jnode)->Entries)
+1 -1
View File
@@ -18,7 +18,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
static int IMFS_stat_device(
const rtems_filesystem_location_info_t *loc,
+1 -1
View File
@@ -19,7 +19,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <stdlib.h>
+1 -1
View File
@@ -18,7 +18,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <errno.h>
#include <stdlib.h>
+1 -1
View File
@@ -19,7 +19,7 @@
#include <string.h>
#include "imfs.h"
#include <rtems/imfs.h>
static ssize_t IMFS_linfile_read(
rtems_libio_t *iop,
+1 -1
View File
@@ -18,7 +18,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
static const IMFS_node_control IMFS_node_control_hard_link;
+1 -1
View File
@@ -18,7 +18,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <sys/param.h>
#include <sys/stat.h>
@@ -23,7 +23,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <string.h>
+1 -1
View File
@@ -18,7 +18,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <stdlib.h>
#include <string.h>
+1 -1
View File
@@ -21,7 +21,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
static const IMFS_mknod_control *get_control(
const IMFS_mknod_controls *controls,
+1 -1
View File
@@ -21,7 +21,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
int IMFS_mount( rtems_filesystem_mount_table_entry_t *mt_entry )
{
+1 -1
View File
@@ -21,7 +21,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <stdlib.h>
+1 -1
View File
@@ -18,7 +18,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <string.h>
#include <stdlib.h>
+1 -1
View File
@@ -21,7 +21,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
int IMFS_rmnod(
const rtems_filesystem_location_info_t *parentloc,
+1 -1
View File
@@ -21,7 +21,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
int IMFS_stat(
const rtems_filesystem_location_info_t *loc,
+1 -1
View File
@@ -17,7 +17,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
int imfs_memfile_bytes_per_block;
+1 -1
View File
@@ -18,7 +18,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <string.h>
+1 -1
View File
@@ -21,7 +21,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
int IMFS_unmount( rtems_filesystem_mount_table_entry_t *mt_entry )
{
+1 -1
View File
@@ -18,7 +18,7 @@
#include "config.h"
#endif
#include "imfs.h"
#include <rtems/imfs.h>
#include <sys/time.h>