mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 14:07:59 +08:00
IMFS: Include <rtems/imfs.h>
Prepare for header file move to common include directory. Update #3254.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
#include <rtems/deviceio.h>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <dirent.h>
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
#include <sys/filio.h>
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
static ssize_t IMFS_linfile_read(
|
||||
rtems_libio_t *iop,
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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 )
|
||||
{
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
int imfs_memfile_bytes_per_block;
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@@ -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 )
|
||||
{
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "imfs.h"
|
||||
#include <rtems/imfs.h>
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user