Move smart.h to include/nuttx/fs/smart.h

This commit is contained in:
Gregory Nutt
2013-12-10 09:38:48 -06:00
parent beda9787b4
commit f821e74ebb
6 changed files with 7 additions and 5 deletions
+2
View File
@@ -6189,4 +6189,6 @@
(2013-12-10).
* include/nuttx/video/rgbcolors.h: Move rgbcolors.h to include/nuttx/video.
(2013-12-10).
* include/nuttx/fs/smart.h: Move smart.h to include/fs/smart.h
(2013-12-10).
+1 -1
View File
@@ -56,7 +56,7 @@
#include <nuttx/fs/fs.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/mtd/mtd.h>
#include <nuttx/smart.h>
#include <nuttx/fs/smart.h>
/****************************************************************************
* Private Definitions
+1 -1
View File
@@ -50,7 +50,7 @@
#include <semaphore.h>
#include <nuttx/mtd/mtd.h>
#include <nuttx/smart.h>
#include <nuttx/fs/smart.h>
/****************************************************************************
* Pre-processor Definitions
+1 -1
View File
@@ -49,7 +49,7 @@
#include <nuttx/fs/fs.h>
#include <nuttx/fs/mksmartfs.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/smart.h>
#include <nuttx/fs/smart.h>
#include "smartfs.h"
+1 -1
View File
@@ -58,7 +58,7 @@
#include <nuttx/fs/dirent.h>
#include <nuttx/fs/ioctl.h>
#include <nuttx/mtd/mtd.h>
#include <nuttx/smart.h>
#include <nuttx/fs/smart.h>
#include "smartfs.h"
@@ -1,5 +1,5 @@
/****************************************************************************
* include/nuttx/smart.h
* include/nuttx/fs/smart.h
* Sector Mapped Allocation for Really Tiny (SMART) FLASH interface
*
* Copyright (C) 2013 Ken Pettit. All rights reserved.