9
0
Fork 0

Move file-system header files to include/nuttx/fs

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4499 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2012-03-21 18:01:07 +00:00
parent 329bfe1dfe
commit 0bb0a4e316
191 changed files with 268 additions and 266 deletions

View File

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

View File

@ -53,7 +53,7 @@
#include <debug.h>
#include <nuttx/mtd.h>
#include <nuttx/nxffs.h>
#include <nuttx/fs/nxffs.h>
/****************************************************************************
* Definitions

View File

@ -1,8 +1,8 @@
/****************************************************************************
* examples/pashello/device.c
*
* Copyright (C) 2008 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
* Copyright (C) 2008, 2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -46,7 +46,7 @@
#include <sys/types.h>
#include <string.h>
#include <errno.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include "hello.h"
#include "pashello.h"

View File

@ -1,8 +1,8 @@
/****************************************************************************
* apps/namedapps/binfs.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <spudmonkey@racsa.co.cr>
* Copyright (C) 2011-2012 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@ -52,8 +52,8 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/dirent.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/dirent.h>
#include "namedapp.h"

View File

@ -56,7 +56,7 @@
#include <string.h>
#include <poll.h>
#include <errno.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <debug.h>
#include <nuttx/net/net.h>

View File

@ -485,7 +485,7 @@ o mkfatfs <path>
NSH provides this command to access the mkfatfs() NuttX API.
This block device must reside in the NuttX psuedo filesystem and
must have been created by some call to register_blockdriver() (see
include/nuttx/fs.h).
include/nuttx/fs/fs.h).
o mkfifo <path>

View File

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

View File

@ -52,7 +52,7 @@
# include <nuttx/ramdisk.h>
# endif
# ifdef CONFIG_FS_FAT
# include <nuttx/mkfatfs.h>
# include <nuttx/fs/mkfatfs.h>
# endif
#endif
#endif

View File

@ -1,9 +1,9 @@
/****************************************************************************
* drivers/usbhost/rtl8187.c
*
* Copyright (C) 2011 Gregory Nutt. All rights reserved.
* Copyright (C) 2011, 2012 Gregory Nutt. All rights reserved.
* Authors: Rafael Noronha <rafael@pdsolucoes.com.br>
* Gregory Nutt <spudmonkey@racsa.co.cr>
* Gregory Nutt <gnutt@nuttx.org>
*
* Portions of the logic in this file derives from the KisMAC RTL8187x driver
*
@ -63,7 +63,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/clock.h>
#include <nuttx/arch.h>
#include <nuttx/wqueue.h>

View File

@ -2579,3 +2579,5 @@
the USB device driver can used the the mass storage class (which does a LOT
of stalling as part of its normal protocol). The PIC32 USB Mass Storage
device is, however, still non-functional when debug is OFF.
* include/nuttx/fs: Move all file-system related files from include/nuttx to
include/nuttx/fs.

View File

@ -1321,7 +1321,7 @@ mkfatfs &lt;path&gt;
Format a fat file system on the block device specified by <code>&lt;path&gt;</code>.
NSH provides this command to access the <a href="mkfatfs"><code>mkfatfs()</code></a> NuttX API.
This block device must reside in the NuttX <a href="NuttxUserGuide.html#FileSystemOverview"><i>pseudo</i> filesystem</a> and
must have been created by some call to <code>register_blockdriver()</code> (see <code>include/nuttx/fs.h</code>).
must have been created by some call to <code>register_blockdriver()</code> (see <code>include/nuttx/fs/fs.h</code>).
</p>
<table width ="100%">

View File

@ -2307,7 +2307,7 @@ extern void up_ledoff(int led);
<ul>
<li>
<p>
<b><code>include/nuttx/fs.h</code></b>.
<b><code>include/nuttx/fs/fs.h</code></b>.
All structures and APIs needed to work with character drivers are provided in this header file.
</p>
</li>
@ -2359,7 +2359,7 @@ extern void up_ledoff(int led);
<ul>
<li>
<p>
<b><code>include/nuttx/fs.h</code></b>.
<b><code>include/nuttx/fs/fs.h</code></b>.
All structures and APIs needed to work with block drivers are provided in this header file.
</p>
</li>
@ -2797,7 +2797,7 @@ extern void up_ledoff(int led);
<li><code>MTDIOC_BULKERASE</code>: Erase the entire device</li>
</ul>
<p>
is provided via a sinble <code>ioctl</code> method (see <code>include/nuttx/ioctl.h</code>):
is provided via a sinble <code>ioctl</code> method (see <code>include/nuttx/fs/ioctl.h</code>):
</p>
<ul>
<p><code>int (*ioctl)(FAR struct mtd_dev_s *dev, int cmd, unsigned long arg);</code></p>
@ -3827,12 +3827,12 @@ build
</li>
<li>
<code>CONFIG_NUTTX_KERNEL</code>:
With most MCUs, NuttX is built as a flat, single executable image
With most MCUs, NuttX is built as a flat, single executable image
containing the NuttX RTOS along with all application code.
The RTOS code and the application run in the same address space and at the same kernel-mode privileges.
If this option is selected, NuttX will be built separately as a monolithic, kernel-mode module and the applications
If this option is selected, NuttX will be built separately as a monolithic, kernel-mode module and the applications
can be added as a separately built, user-mode module.
In this a system call layer will be built to support the user- to kernel-mode interface to the RTOS.
In this a system call layer will be built to support the user- to kernel-mode interface to the RTOS.
</li>
<li>
<code>CONFIG_MM_REGIONS</code>: If the architecture includes multiple

View File

@ -6623,7 +6623,7 @@ void *memmove(void *dest, const void *src, size_t count);
<b>Function Prototype:</b>
</p>
<ul><pre>
#include &lt;nuttx/mkfatfs.h&gt;
#include &lt;nuttx/fs/mkfatfs.h&gt;
int mkfatfs(FAR const char *pathname, FAR struct fat_format_s *fmt);
</pre></ul>
<p>

View File

@ -42,7 +42,7 @@
#include <stdint.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include "up_internal.h"

View File

@ -41,7 +41,7 @@
****************************************************************************/
#include <sys/types.h>
#include <nuttx/ioctl.h>
#include <nuttx/fs/ioctl.h>
/****************************************************************************
* Definitions

View File

@ -40,7 +40,7 @@
* Included Files
****************************************************************************/
#include <nuttx/ioctl.h>
#include <nuttx/fs/ioctl.h>
/****************************************************************************
* Definitions

View File

@ -46,7 +46,7 @@
#include <debug.h>
#include <errno.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/irq.h>
#include <arch/watchdog.h>

View File

@ -47,7 +47,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#endif
/****************************************************************************

View File

@ -42,7 +42,7 @@
#include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/ramlog.h>
#include <arch/board/board.h>

View File

@ -47,7 +47,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#endif
/****************************************************************************

View File

@ -42,7 +42,7 @@
#include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/ramlog.h>
#include <arch/board/board.h>

View File

@ -47,7 +47,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#endif
/****************************************************************************

View File

@ -42,7 +42,7 @@
#include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/ramlog.h>
#include "up_arch.h"

View File

@ -49,7 +49,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#endif
/****************************************************************************

View File

@ -42,7 +42,7 @@
#include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/ramlog.h>
#include <arch/board/board.h>

View File

@ -39,7 +39,7 @@
#include <sys/types.h>
#include <stdbool.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/kmalloc.h>
#include <fs_internal.h>
#include <queue.h>

View File

@ -40,7 +40,7 @@
* Included Files
****************************************************************************/
#include <nuttx/ioctl.h>
#include <nuttx/fs/ioctl.h>
/****************************************************************************
* Definitions

View File

@ -48,7 +48,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#endif
/****************************************************************************

View File

@ -42,7 +42,7 @@
#include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/ramlog.h>
#include "up_arch.h"

View File

@ -42,7 +42,7 @@
#include <sys/types.h>
#include <stdbool.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include "up_internal.h"

View File

@ -42,7 +42,7 @@
#include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/ramlog.h>
#include "up_internal.h"

View File

@ -54,7 +54,7 @@
#include <nuttx/kmalloc.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/input/touchscreen.h>

View File

@ -47,7 +47,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#endif
/****************************************************************************

View File

@ -42,7 +42,7 @@
#include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/ramlog.h>
#include <arch/board/board.h>

View File

@ -49,7 +49,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#endif
/****************************************************************************

View File

@ -42,7 +42,7 @@
#include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/mm.h>
#include <nuttx/ramlog.h>

View File

@ -40,7 +40,7 @@
* Included Files
****************************************************************************/
#include <nuttx/ioctl.h>
#include <nuttx/fs/ioctl.h>
/****************************************************************************
* Definitions

View File

@ -50,7 +50,7 @@
#include "up_internal.h"
#ifdef CONFIG_DUMP_ON_EXIT
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#endif
/****************************************************************************

View File

@ -42,7 +42,7 @@
#include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/mm.h>
#include <arch/board/board.h>

View File

@ -64,7 +64,7 @@
#if defined(CONFIG_PAGING_M25PX) || defined(CONFIG_PAGING_AT45DB)
# include <sys/ioctl.h>
# include <nuttx/ioctl.h>
# include <nuttx/fs/ioctl.h>
# include <nuttx/spi.h>
# include <nuttx/mtd.h>
#endif

View File

@ -46,8 +46,8 @@
#include <errno.h>
#include <stdlib.h>
#include <nuttx/fs.h>
#include <nuttx/mkfatfs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/mkfatfs.h>
#include <nuttx/ramdisk.h>
/****************************************************************************

View File

@ -64,7 +64,7 @@
#if defined(CONFIG_PAGING_M25PX) || defined(CONFIG_PAGING_AT45DB)
# include <sys/ioctl.h>
# include <nuttx/ioctl.h>
# include <nuttx/fs/ioctl.h>
# include <nuttx/spi.h>
# include <nuttx/mtd.h>
#endif

View File

@ -46,8 +46,8 @@
#include <errno.h>
#include <stdlib.h>
#include <nuttx/fs.h>
#include <nuttx/mkfatfs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/mkfatfs.h>
#include <nuttx/ramdisk.h>
/****************************************************************************

View File

@ -69,7 +69,7 @@
**/
#include <nuttx/config.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <semaphore.h>
#include <nuttx/clock.h>
#include <nuttx/time.h>

View File

@ -17,14 +17,14 @@ can.c
dev_null.c and dev_zero.c
These files provide the standard /dev/null and /dev/zero devices.
See include/nuttx/fs.h for functions that should be called if you
See include/nuttx/fs/fs.h for functions that should be called if you
want to register these devices (devnull_register() and
devzero_register()).
loop.c
Supports the standard loop device that can be used to export a
file (or character device) as a block device. See losetup() and
loteardown() in include/nuttx/fs.h.
loteardown() in include/nuttx/fs/fs.h.
ramdisk.c
Can be used to set up a block of memory or (read-only) FLASH as
@ -60,7 +60,7 @@ analog/
bch/
Contains logic that may be used to convert a block driver into
a character driver. This is the complementary conversion as that
performed by loop.c. See include/nuttx/fs.h for registration
performed by loop.c. See include/nuttx/fs/fs.h for registration
information.
analog/

View File

@ -55,7 +55,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/arch.h>
#include <nuttx/analog/adc.h>

View File

@ -55,7 +55,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/arch.h>
#include <nuttx/analog/dac.h>

View File

@ -46,7 +46,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <semaphore.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
/****************************************************************************
* Pre-processor Definitions

View File

@ -55,8 +55,8 @@
#include <assert.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/ioctl.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/ioctl.h>
#include "bch_internal.h"

View File

@ -49,8 +49,8 @@
#include <assert.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/ioctl.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/ioctl.h>
#include "bch_internal.h"

View File

@ -45,7 +45,7 @@
#include <assert.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include "bch_internal.h"

View File

@ -46,7 +46,7 @@
#include <assert.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include "bch_internal.h"

View File

@ -50,7 +50,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include "bch_internal.h"

View File

@ -45,7 +45,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include "bch_internal.h"

View File

@ -47,7 +47,7 @@
#include <assert.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include "bch_internal.h"

View File

@ -50,7 +50,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/arch.h>
#include <nuttx/can.h>

View File

@ -44,7 +44,7 @@
#include <string.h>
#include <poll.h>
#include <errno.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
/****************************************************************************
* Private Function Prototypes

View File

@ -44,7 +44,7 @@
#include <string.h>
#include <poll.h>
#include <errno.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
/****************************************************************************
* Private Function Prototypes

View File

@ -60,7 +60,7 @@
#include <nuttx/kmalloc.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/spi.h>
#include <nuttx/wqueue.h>

View File

@ -64,7 +64,7 @@
#include <nuttx/kmalloc.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/i2c.h>
#include <nuttx/wqueue.h>

View File

@ -57,7 +57,7 @@
#include <errno.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
/****************************************************************************
* Pre-processor Definitions

View File

@ -54,8 +54,8 @@
#include <errno.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/ioctl.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/clock.h>
#include <nuttx/arch.h>
#include <nuttx/rwbuffer.h>

View File

@ -51,7 +51,7 @@
#include <nuttx/arch.h>
#include <nuttx/clock.h>
#include <nuttx/spi.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/mmcsd.h>
#include "mmcsd_spi.h"

View File

@ -58,7 +58,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/ioctl.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/i2c.h>
#include <nuttx/mtd.h>

View File

@ -61,7 +61,7 @@
#include <nuttx/kmalloc.h>
#include <nuttx/arch.h>
#include <nuttx/ioctl.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/spi.h>
#include <nuttx/mtd.h>

View File

@ -42,8 +42,8 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/ioctl.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/mtd.h>
/****************************************************************************

View File

@ -50,8 +50,8 @@
#include <errno.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/ioctl.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/mtd.h>
#include <nuttx/rwbuffer.h>

View File

@ -49,7 +49,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/ioctl.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/spi.h>
#include <nuttx/mtd.h>

View File

@ -47,7 +47,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/ioctl.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/mtd.h>
/****************************************************************************

View File

@ -67,7 +67,7 @@
#include <assert.h>
#include <nuttx/kmalloc.h>
#include <nuttx/ioctl.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/spi.h>
#include <nuttx/mtd.h>

View File

@ -43,7 +43,7 @@
#include <stdint.h>
#include <errno.h>
#include <nuttx/ioctl.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/mtd.h>
/****************************************************************************

View File

@ -41,7 +41,7 @@
#include <sys/types.h>
#include <stdint.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <errno.h>
#include "pipe_common.h"

View File

@ -44,7 +44,7 @@
#include <nuttx/config.h>
#include <sys/types.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <stdio.h>
#include <unistd.h>
#include <semaphore.h>

View File

@ -53,7 +53,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#if CONFIG_DEBUG
# include <nuttx/arch.h>
#endif

View File

@ -45,7 +45,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/power/battery.h>
/* This driver requires:

View File

@ -55,7 +55,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/arch.h>
#include <nuttx/pwm.h>

View File

@ -50,7 +50,7 @@
#include <errno.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/ramdisk.h>
/****************************************************************************

View File

@ -52,9 +52,9 @@
#include <assert.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/arch.h>
#include <nuttx/ramlog.h>

View File

@ -45,7 +45,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/i2c.h>
#include <nuttx/sensors/lm75.h>

View File

@ -55,7 +55,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/arch.h>
#include <nuttx/sensors/qencoder.h>

View File

@ -44,7 +44,7 @@
#include <debug.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
/****************************************************************************
* Definitions

View File

@ -52,7 +52,7 @@
#include <nuttx/irq.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/serial.h>
/************************************************************************************

View File

@ -52,7 +52,7 @@
#include <nuttx/irq.h>
#include <nuttx/arch.h>
#include <nuttx/serial.h>
#include <nuttx/ioctl.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/uart_16550.h>
#include <arch/board/board.h>

View File

@ -74,7 +74,7 @@
#include <nuttx/kmalloc.h>
#include <nuttx/arch.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/usb/usb.h>
#include <nuttx/usb/storage.h>
#include <nuttx/usb/usbdev.h>

View File

@ -50,7 +50,7 @@
#include <pthread.h>
#include <queue.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/usb/storage.h>
#include <nuttx/usb/usbdev.h>
@ -424,7 +424,7 @@ enum usbmsc_epdesc_e
struct usbmsc_req_s
{
FAR struct usbmsc_req_s *flink; /* Implements a singly linked list */
FAR struct usbmsc_req_s *flink; /* Implements a singly linked list */
FAR struct usbdev_req_s *req; /* The contained request */
};

View File

@ -54,7 +54,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/arch.h>
#include <nuttx/wqueue.h>

View File

@ -48,7 +48,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/arch.h>
#include <nuttx/wqueue.h>

View File

@ -48,7 +48,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/arch.h>
#include <nuttx/wqueue.h>
#include <nuttx/scsi.h>

View File

@ -44,9 +44,9 @@
#include <debug.h>
#include <errno.h>
#include <nuttx/fs.h>
#include <nuttx/fat.h>
#include <nuttx/mkfatfs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/fat.h>
#include <nuttx/fs/mkfatfs.h>
#include "fs_internal.h"
#include "fs_fat32.h"

View File

@ -59,9 +59,9 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/fat.h>
#include <nuttx/dirent.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/fat.h>
#include <nuttx/fs/dirent.h>
#include "fs_internal.h"
#include "fs_fat32.h"

View File

@ -48,7 +48,7 @@
#include <semaphore.h>
#include <time.h>
#include <nuttx/dirent.h>
#include <nuttx/fs/dirent.h>
/****************************************************************************
* Definitions

View File

@ -42,8 +42,8 @@
#include <stdint.h>
#include <errno.h>
#include <nuttx/fs.h>
#include <nuttx/fat.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/fat.h>
#include "fs_internal.h"
#include "fs_fat32.h"

View File

@ -80,8 +80,8 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/fs.h>
#include <nuttx/fat.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/fat.h>
#include "fs_internal.h"
#include "fs_fat32.h"

View File

@ -57,8 +57,8 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/fat.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/fat.h>
#include "fs_internal.h"
#include "fs_fat32.h"

View File

@ -45,9 +45,9 @@
#include <debug.h>
#include <errno.h>
#include <nuttx/fs.h>
#include <nuttx/fat.h>
#include <nuttx/mkfatfs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/fat.h>
#include <nuttx/fs/mkfatfs.h>
#include "fs_internal.h"
#include "fs_fat32.h"

View File

@ -44,9 +44,9 @@
#include <string.h>
#include <errno.h>
#include <nuttx/fs.h>
#include <nuttx/fat.h>
#include <nuttx/mkfatfs.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/fat.h>
#include <nuttx/fs/mkfatfs.h>
#include "fs_internal.h"
#include "fs_fat32.h"

View File

@ -42,7 +42,7 @@
#include <unistd.h>
#include <sched.h>
#include <errno.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#if defined(CONFIG_NET) && CONFIG_NSOCKET_DESCRIPTORS > 0
# include <nuttx/net/net.h>

View File

@ -41,7 +41,7 @@
#include <debug.h>
#include <errno.h>
#include <nuttx/fs.h>
#include <nuttx/fs/fs.h>
#include "fs_internal.h"

View File

@ -43,8 +43,8 @@
#include <errno.h>
#include <nuttx/kmalloc.h>
#include <nuttx/fs.h>
#include <nuttx/dirent.h>
#include <nuttx/fs/fs.h>
#include <nuttx/fs/dirent.h>
#include "fs_internal.h"

Some files were not shown because too many files have changed in this diff Show More