rwbuffer.h moved from include/nuttx/ to include/nuttx/drivers.

This commit is contained in:
Gregory Nutt 2016-07-20 13:54:38 -06:00
parent 1b9b3a7b47
commit 46dbbe837e
5 changed files with 8 additions and 8 deletions

View File

@ -61,7 +61,7 @@
#include <nuttx/fs/ioctl.h>
#include <nuttx/clock.h>
#include <nuttx/arch.h>
#include <nuttx/rwbuffer.h>
#include <nuttx/drivers/rwbuffer.h>
#include <nuttx/sdio.h>
#include <nuttx/mmcsd.h>

View File

@ -53,7 +53,7 @@
#include <nuttx/fs/fs.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/mtd/mtd.h>
#include <nuttx/rwbuffer.h>
#include <nuttx/drivers/rwbuffer.h>
/****************************************************************************
* Pre-processor Definitions

View File

@ -52,7 +52,7 @@
#include <debug.h>
#include <nuttx/kmalloc.h>
#include <nuttx/rwbuffer.h>
#include <nuttx/drivers/rwbuffer.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/mtd/mtd.h>

View File

@ -52,7 +52,7 @@
#include <nuttx/kmalloc.h>
#include <nuttx/wqueue.h>
#include <nuttx/rwbuffer.h>
#include <nuttx/drivers/rwbuffer.h>
#if defined(CONFIG_DRVR_WRITEBUFFER) || defined(CONFIG_DRVR_READAHEAD)

View File

@ -1,5 +1,5 @@
/****************************************************************************
* include/nuttx/rwbuffer.h
* include/nuttx/drivers/rwbuffer.h
*
* Copyright (C) 2009, 2014 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
@ -33,8 +33,8 @@
*
****************************************************************************/
#ifndef __INCLUDE_NUTTX_RWBUFFER_H
#define __INCLUDE_NUTTX_RWBUFFER_H
#ifndef __INCLUDE_NUTTX_DRIVERS_RWBUFFER_H
#define __INCLUDE_NUTTX_DRIVERS_RWBUFFER_H
/****************************************************************************
* Included Files
@ -208,4 +208,4 @@ int rwb_invalidate(FAR struct rwbuffer_s *rwb,
#endif
#endif /* CONFIG_DRVR_WRITEBUFFER || CONFIG_DRVR_READAHEAD */
#endif /* __INCLUDE_NUTTX_RWBUFFER_H */
#endif /* __INCLUDE_NUTTX_DRIVERS_RWBUFFER_H */