19#include "blockdevice/BlockDevice.h"
25#ifndef MBED_CONF_STORAGE_STORAGE
26#define MBED_CONF_STORAGE_STORAGE USER_DEFINED
29#define _STORAGE_CONFIG_concat(dev) _storage_config_##dev()
30#define _STORAGE_CONFIG(dev) _STORAGE_CONFIG_concat(dev)
38int kv_init_storage_config();
45const char *get_filesystemstore_folder_path();
uint64_t bd_size_t
Type representing a quantity of 8-bit bytes.
uint64_t bd_addr_t
Type representing the address of a specific block.