Update the header file reference

pull/13273/head
Rajkumar Kanagaraj 2020-07-10 15:40:15 +01:00
parent 036831e172
commit e92efbd800
17 changed files with 23 additions and 23 deletions

View File

@ -20,7 +20,7 @@
#include <cstddef> #include <cstddef>
#include <cstdint> #include <cstdint>
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "platform/Callback.h" #include "platform/Callback.h"
namespace mbed { namespace mbed {

View File

@ -20,7 +20,7 @@
#include "platform/PlatformMutex.h" #include "platform/PlatformMutex.h"
#include "PinNames.h" #include "PinNames.h"
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "drivers/SPI.h" #include "drivers/SPI.h"
#include "drivers/DigitalOut.h" #include "drivers/DigitalOut.h"

View File

@ -21,7 +21,7 @@
#if DEVICE_FLASH #if DEVICE_FLASH
#include "FlashIAP.h" #include "FlashIAP.h"
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "platform/mbed_toolchain.h" #include "platform/mbed_toolchain.h"
/** BlockDevice using the FlashIAP API /** BlockDevice using the FlashIAP API

View File

@ -17,7 +17,7 @@
#ifndef MBED_I2CEEPROM_BLOCK_DEVICE_H #ifndef MBED_I2CEEPROM_BLOCK_DEVICE_H
#define MBED_I2CEEPROM_BLOCK_DEVICE_H #define MBED_I2CEEPROM_BLOCK_DEVICE_H
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "drivers/I2C.h" #include "drivers/I2C.h"
/** BlockDevice for I2C based flash device such as /** BlockDevice for I2C based flash device such as

View File

@ -19,7 +19,7 @@
#include "drivers/QSPI.h" #include "drivers/QSPI.h"
#include "drivers/internal/SFDP.h" #include "drivers/internal/SFDP.h"
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "platform/Callback.h" #include "platform/Callback.h"
#ifndef MBED_CONF_QSPIF_QSPI_IO0 #ifndef MBED_CONF_QSPIF_QSPI_IO0

View File

@ -21,7 +21,7 @@
/* If the target has no SPI support, then SD Card is not supported. */ /* If the target has no SPI support, then SD Card is not supported. */
#if DEVICE_SPI #if DEVICE_SPI
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "drivers/SPI.h" #include "drivers/SPI.h"
#include "drivers/Timer.h" #include "drivers/Timer.h"
#include "drivers/MbedCRC.h" #include "drivers/MbedCRC.h"

View File

@ -21,7 +21,7 @@
#include "drivers/SPI.h" #include "drivers/SPI.h"
#include "drivers/DigitalOut.h" #include "drivers/DigitalOut.h"
#include "drivers/internal/SFDP.h" #include "drivers/internal/SFDP.h"
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#ifndef MBED_CONF_SPIF_DRIVER_SPI_MOSI #ifndef MBED_CONF_SPIF_DRIVER_SPI_MOSI
#define MBED_CONF_SPIF_DRIVER_SPI_MOSI NC #define MBED_CONF_SPIF_DRIVER_SPI_MOSI NC

View File

@ -23,7 +23,7 @@
#include "platform/FileHandle.h" #include "platform/FileHandle.h"
#include "platform/DirHandle.h" #include "platform/DirHandle.h"
#include "platform/FileSystemLike.h" #include "platform/FileSystemLike.h"
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
namespace mbed { namespace mbed {
/** \addtogroup file system */ /** \addtogroup file system */

View File

@ -27,7 +27,7 @@
#define MBED_FATFILESYSTEM_H #define MBED_FATFILESYSTEM_H
#include "storage/filesystem/FileSystem.h" #include "storage/filesystem/FileSystem.h"
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "FileHandle.h" #include "FileHandle.h"
#include <stdint.h> #include <stdint.h>
#include "PlatformMutex.h" #include "PlatformMutex.h"

View File

@ -21,7 +21,7 @@
#define MBED_LFSFILESYSTEM_H #define MBED_LFSFILESYSTEM_H
#include "storage/filesystem/FileSystem.h" #include "storage/filesystem/FileSystem.h"
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "platform/PlatformMutex.h" #include "platform/PlatformMutex.h"
#include "storage/filesystem/littlefs/littlefs/lfs.h" #include "storage/filesystem/littlefs/littlefs/lfs.h"

View File

@ -28,10 +28,10 @@
#include "storage/filesystem/Dir.h" #include "storage/filesystem/Dir.h"
// BlockDevice classes // BlockDevice classes
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "storage/blockdevice/ChainingBlockDevice.h" #include "blockdevice/ChainingBlockDevice.h"
#include "storage/blockdevice/SlicingBlockDevice.h" #include "blockdevice/SlicingBlockDevice.h"
#include "storage/blockdevice/HeapBlockDevice.h" #include "blockdevice/HeapBlockDevice.h"
/** @}*/ /** @}*/
#endif #endif

View File

@ -17,16 +17,16 @@
#include "kv_config.h" #include "kv_config.h"
#include "storage/kvstore/include/KVStore.h" #include "storage/kvstore/include/KVStore.h"
#include "storage/kvstore/kv_map/KVMap.h" #include "storage/kvstore/kv_map/KVMap.h"
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "storage/filesystem/FileSystem.h" #include "storage/filesystem/FileSystem.h"
#include "storage/kvstore/filesystemstore/FileSystemStore.h" #include "storage/kvstore/filesystemstore/FileSystemStore.h"
#include "storage/blockdevice/SlicingBlockDevice.h" #include "blockdevice/SlicingBlockDevice.h"
#include "storage/filesystem/fat/FATFileSystem.h" #include "storage/filesystem/fat/FATFileSystem.h"
#include "storage/filesystem/littlefs/LittleFileSystem.h" #include "storage/filesystem/littlefs/LittleFileSystem.h"
#include "storage/kvstore/tdbstore/TDBStore.h" #include "storage/kvstore/tdbstore/TDBStore.h"
#include "mbed_error.h" #include "mbed_error.h"
#include "drivers/FlashIAP.h" #include "drivers/FlashIAP.h"
#include "storage/blockdevice/FlashSimBlockDevice.h" #include "blockdevice/FlashSimBlockDevice.h"
#include "mbed_trace.h" #include "mbed_trace.h"
#include "storage/kvstore/securestore/SecureStore.h" #include "storage/kvstore/securestore/SecureStore.h"
#define TRACE_GROUP "KVCFG" #define TRACE_GROUP "KVCFG"

View File

@ -16,7 +16,7 @@
#ifndef _KV_CONFIG #ifndef _KV_CONFIG
#define _KV_CONFIG #define _KV_CONFIG
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View File

@ -20,7 +20,7 @@
#include "storage/kvstore/conf/kv_config.h" #include "storage/kvstore/conf/kv_config.h"
#include "storage/filesystem/Dir.h" #include "storage/filesystem/Dir.h"
#include "storage/filesystem/File.h" #include "storage/filesystem/File.h"
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "mbed_error.h" #include "mbed_error.h"
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>

View File

@ -19,7 +19,7 @@
#include "storage/kvstore/include/KVStore.h" #include "storage/kvstore/include/KVStore.h"
#include "platform/PlatformMutex.h" #include "platform/PlatformMutex.h"
#include "platform/SingletonPtr.h" #include "platform/SingletonPtr.h"
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "storage/filesystem/FileSystem.h" #include "storage/filesystem/FileSystem.h"
namespace mbed { namespace mbed {

View File

@ -20,8 +20,8 @@
#include <stdint.h> #include <stdint.h>
#include <stdio.h> #include <stdio.h>
#include "storage/kvstore/include/KVStore.h" #include "storage/kvstore/include/KVStore.h"
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "storage/blockdevice/BufferedBlockDevice.h" #include "blockdevice/BufferedBlockDevice.h"
#include "PlatformMutex.h" #include "PlatformMutex.h"
#include "mbed_error.h" #include "mbed_error.h"

View File

@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and * See the License for the specific language governing permissions and
* limitations under the License. * limitations under the License.
*/ */
#include "storage/blockdevice/BlockDevice.h" #include "blockdevice/BlockDevice.h"
#include "storage/filesystem/FileSystem.h" #include "storage/filesystem/FileSystem.h"
#include "storage/filesystem/fat/FATFileSystem.h" #include "storage/filesystem/fat/FATFileSystem.h"
#include "storage/filesystem/littlefs/LittleFileSystem.h" #include "storage/filesystem/littlefs/LittleFileSystem.h"