Move ramdisk.h to include/nutt/fs/ramdisk.h

This commit is contained in:
Gregory Nutt 2013-12-10 09:42:58 -06:00
parent 5ec7a2d346
commit d9f6b144bc
9 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@ -120,7 +120,7 @@ spawn_main.o: spawn_main.c \
$(TOPDIR)/include/spawn.h \
$(TOPDIR)/include/debug.h \
$(TOPDIR)/include/errno.h \
$(TOPDIR)/include/nuttx/ramdisk.h \
$(TOPDIR)/include/nuttx/fs/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/ramdisk.h>
#include <nuttx/fs/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/ramdisk.h>
#include <nuttx/fs/ramdisk.h>
#include "romfs_testdir.h"

View File

@ -55,7 +55,7 @@
#include <apps/netutils/uiplib.h>
#include <apps/netutils/thttpd.h>
#include <nuttx/ramdisk.h>
#include <nuttx/fs/ramdisk.h>
#include <nuttx/binfmt/binfmt.h>
#include <nuttx/binfmt/nxflat.h>
#ifdef CONFIG_NET_SLIP

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/ramdisk.h>
# include <nuttx/fs/ramdisk.h>
# endif
# ifdef CONFIG_FS_FAT
# include <nuttx/fs/mkfatfs.h>

View File

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