Move include/nuttx/configdata.h to include/nuttx/mtd/configdata.h

This commit is contained in:
Gregory Nutt 2016-07-21 13:34:54 -06:00
parent 96d5b734a8
commit 10fff9011a
7 changed files with 10 additions and 10 deletions

View File

@ -61,7 +61,7 @@
#ifdef CONFIG_MIKROE_FLASH_CONFIG_PART #ifdef CONFIG_MIKROE_FLASH_CONFIG_PART
#ifdef CONFIG_PLATFORM_CONFIGDATA #ifdef CONFIG_PLATFORM_CONFIGDATA
# include <nuttx/configdata.h> # include <nuttx/mtd/configdata.h>
#endif #endif
#endif #endif

View File

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

View File

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

View File

@ -65,7 +65,7 @@
#ifdef CONFIG_STM32F429I_DISCO_FLASH_CONFIG_PART #ifdef CONFIG_STM32F429I_DISCO_FLASH_CONFIG_PART
#ifdef CONFIG_PLATFORM_CONFIGDATA #ifdef CONFIG_PLATFORM_CONFIGDATA
# include <nuttx/configdata.h> # include <nuttx/mtd/configdata.h>
#endif #endif
#endif #endif

View File

@ -61,7 +61,7 @@
#include <nuttx/kmalloc.h> #include <nuttx/kmalloc.h>
#include <nuttx/fs/ioctl.h> #include <nuttx/fs/ioctl.h>
#include <nuttx/mtd/mtd.h> #include <nuttx/mtd/mtd.h>
#include <nuttx/configdata.h> #include <nuttx/mtd/configdata.h>
#ifdef CONFIG_MTD_CONFIG #ifdef CONFIG_MTD_CONFIG

View File

@ -2060,6 +2060,6 @@ config PSEUDOTERM_TXBUFSIZE
int "Pseudo-Terminal Tx buffer size" int "Pseudo-Terminal Tx buffer size"
default 256 default 256
---help--- ---help---
Slave-to-master buffer size. Default: 256 Slave-to-master pipe buffer size. Default: 256
endif # PSEUDOTERM endif # PSEUDOTERM

View File

@ -1,5 +1,5 @@
/**************************************************************************** /****************************************************************************
* include/nuttx/configdata.h * include/nuttx/mtd/configdata.h
* *
* Copyright (C) 2013 Ken Pettit. All rights reserved. * Copyright (C) 2013 Ken Pettit. All rights reserved.
* Author: Ken Pettit <pettitkd@gmail.com> * Author: Ken Pettit <pettitkd@gmail.com>
@ -33,8 +33,8 @@
* *
****************************************************************************/ ****************************************************************************/
#ifndef __INCLUDE_NUTTX_CONFIGDATA_H #ifndef __INCLUDE_NUTTX_MTD_CONFIGDATA_H
#define __INCLUDE_NUTTX_CONFIGDATA_H #define __INCLUDE_NUTTX_MTD_CONFIGDATA_H
/* The configdata device details kernel level services for providing /* The configdata device details kernel level services for providing
* application config data from kernel control objects, such as partitions * application config data from kernel control objects, such as partitions
@ -133,4 +133,4 @@ int mtdconfig_register(FAR struct mtd_dev_s *mtd);
} }
#endif #endif
#endif /* __INCLUDE_NUTTX_CONFIGDATA_H */ #endif /* __INCLUDE_NUTTX_MTD_CONFIGDATA_H */