Move fs/fs.h to fs/inode/inode.h and some to fs/driver/driver.h

This commit is contained in:
Gregory Nutt
2014-09-29 07:14:38 -06:00
parent d5dd9842dc
commit ae90309b36
63 changed files with 180 additions and 98 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
# include <nuttx/net/net.h>
#endif
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Global Functions
+1 -1
View File
@@ -44,7 +44,7 @@
#include <errno.h>
#include <nuttx/fs/fs.h>
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -43,7 +43,7 @@
#include <sched.h>
#include <errno.h>
#include "fs.h"
#include "inode/inode.h"
/* This logic in this applies only when both socket and file descriptors are
* in that case, this function descriminates which type of dup2 is being
+1 -1
View File
@@ -48,7 +48,7 @@
#include <nuttx/net/net.h>
#include <nuttx/sched.h>
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -45,7 +45,7 @@
#include <nuttx/fs/fs.h>
#include "fs.h"
#include "inode/inode.h"
#if CONFIG_NFILE_DESCRIPTORS > 0
+1 -1
View File
@@ -43,7 +43,7 @@
#include <sched.h>
#include <errno.h>
#include "fs.h"
#include "inode/inode.h"
#if CONFIG_NFILE_DESCRIPTORS > 0
+1 -1
View File
@@ -47,7 +47,7 @@
#include <nuttx/fs/fs.h>
#include <nuttx/sched.h>
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -50,7 +50,7 @@
# include <nuttx/net/net.h>
#endif
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Global Functions
+1 -1
View File
@@ -45,7 +45,7 @@
#include <errno.h>
#include <assert.h>
#include "fs.h"
#include "inode/inode.h"
#if CONFIG_NFILE_DESCRIPTORS > 0
+1 -1
View File
@@ -43,7 +43,7 @@
#include <errno.h>
#include <nuttx/fs/fs.h>
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -50,7 +50,7 @@
#include <nuttx/fs/fs.h>
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Private Functions
+1 -1
View File
@@ -52,7 +52,7 @@
#include <arch/irq.h>
#include "fs.h"
#include "inode/inode.h"
#ifndef CONFIG_DISABLE_POLL
+1 -1
View File
@@ -46,7 +46,7 @@
#include <sched.h>
#include <errno.h>
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Private Functions
+1 -1
View File
@@ -43,7 +43,7 @@
#include <errno.h>
#include <nuttx/fs/fs.h>
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -43,7 +43,7 @@
#include <errno.h>
#include <nuttx/fs/fs.h>
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -51,7 +51,7 @@
#include <nuttx/kmalloc.h>
#include <nuttx/fs/fs.h>
#include "fs.h"
#include "inode/inode.h"
#ifndef CONFIG_DISABLE_POLL
+1 -1
View File
@@ -44,7 +44,7 @@
#include <sched.h>
#include <errno.h>
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Private Functions
+1 -1
View File
@@ -45,7 +45,7 @@
#include <sched.h>
#include <errno.h>
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Private Functions
+1 -1
View File
@@ -43,7 +43,7 @@
#include <errno.h>
#include <nuttx/fs/fs.h>
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -49,7 +49,7 @@
# include <sys/socket.h>
#endif
#include "fs.h"
#include "inode/inode.h"
/****************************************************************************
* Private Functions