Move smart.h to include/nuttx/fs/smart.h
This commit is contained in:
parent
beda9787b4
commit
f821e74ebb
@ -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).
|
||||
|
||||
|
@ -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
|
||||
|
@ -50,7 +50,7 @@
|
||||
#include <semaphore.h>
|
||||
|
||||
#include <nuttx/mtd/mtd.h>
|
||||
#include <nuttx/smart.h>
|
||||
#include <nuttx/fs/smart.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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.
|
Loading…
Reference in New Issue
Block a user