ramdisk.h moved from include/fs/nuttx/ to include/nuttx/drivers.

This commit is contained in:
Gregory Nutt 2016-07-20 14:02:41 -06:00
parent ad9c53d0ed
commit d5b7268d95
13 changed files with 13 additions and 13 deletions

View File

@ -43,7 +43,7 @@
#include <stdio.h>
#include <errno.h>
#include <nuttx/fs/ramdisk.h>
#include <nuttx/drivers/ramdisk.h>
#include "romfs.h"

View File

@ -50,7 +50,7 @@
#include <debug.h>
#include <errno.h>
#include <nuttx/fs/ramdisk.h>
#include <nuttx/drivers/ramdisk.h>
#include <nuttx/binfmt/binfmt.h>
#include <nuttx/binfmt/elf.h>
#include <nuttx/binfmt/symtab.h>

View File

@ -52,7 +52,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fs/ramdisk.h>
#include <nuttx/drivers/ramdisk.h>
#include <nuttx/module.h>
#include <nuttx/binfmt/symtab.h>

View File

@ -45,7 +45,7 @@
#include <string.h>
#include <errno.h>
#include <nuttx/fs/ramdisk.h>
#include <nuttx/drivers/ramdisk.h>
#include <nuttx/fs/mkfatfs.h>
#include "mount.h"

View File

@ -49,7 +49,7 @@
#include <debug.h>
#include <errno.h>
#include <nuttx/fs/ramdisk.h>
#include <nuttx/drivers/ramdisk.h>
#include <nuttx/binfmt/binfmt.h>
#include <nuttx/binfmt/nxflat.h>

View File

@ -148,7 +148,7 @@ spawn_main.o: spawn_main.c \
$(TOPDIR)/include/spawn.h \
$(TOPDIR)/include/debug.h \
$(TOPDIR)/include/errno.h \
$(TOPDIR)/include/nuttx/fs/ramdisk.h \
$(TOPDIR)/include/nuttx/drivers/ramdisk.h \
$(TOPDIR)/include/nuttx/binfmt/elf.h \
$(TOPDIR)/include/nuttx/binfmt/symtab.h \
filesystem/romfs.h

View File

@ -51,7 +51,7 @@
#include <debug.h>
#include <errno.h>
#include <nuttx/fs/ramdisk.h>
#include <nuttx/drivers/ramdisk.h>
#include <nuttx/binfmt/elf.h>
#include <nuttx/binfmt/symtab.h>

View File

@ -69,7 +69,7 @@
#include <dirent.h>
#include <errno.h>
#include <nuttx/fs/ramdisk.h>
#include <nuttx/drivers/ramdisk.h>
#include "romfs_testdir.h"

View File

@ -57,7 +57,7 @@
#include "netutils/netlib.h"
#include "netutils/thttpd.h"
#include <nuttx/fs/ramdisk.h>
#include <nuttx/drivers/ramdisk.h>
#include <nuttx/binfmt/binfmt.h>
#ifdef CONFIG_THTTPD_NXFLAT

View File

@ -52,7 +52,7 @@
#include <dirent.h>
#include <errno.h>
#include <nuttx/fs/ramdisk.h>
#include <nuttx/drivers/ramdisk.h>
#include <nuttx/fs/unionfs.h>
#include "romfs_atestdir.h"

View File

@ -46,7 +46,7 @@
#include <sys/types.h>
#include <stdio.h>
#include <nuttx/fs/ramdisk.h>
#include <nuttx/drivers/ramdisk.h>
#include "trv_romfs.h"

View File

@ -49,7 +49,7 @@
# if !defined(CONFIG_DISABLE_MOUNTPOINT)
# ifdef CONFIG_FS_READABLE /* Need at least one filesytem in configuration */
# include <sys/mount.h>
# include <nuttx/fs/ramdisk.h>
# include <nuttx/drivers/ramdisk.h>
# endif
# ifdef CONFIG_DEV_LOOP
# include <sys/ioctl.h>

View File

@ -43,7 +43,7 @@
#include <debug.h>
#include <errno.h>
#include <nuttx/fs/ramdisk.h>
#include <nuttx/drivers/ramdisk.h>
#include "nsh.h"