16#ifndef BM_STORAGE_BACKENDS_H__
17#define BM_STORAGE_BACKENDS_H__
19#include <bm/storage/bm_storage.h>
25#if defined(CONFIG_BM_STORAGE_BACKEND_SD)
29#if defined(CONFIG_BM_STORAGE_BACKEND_RRAM)
33#if defined(CONFIG_BM_STORAGE_BACKEND_NATIVE_SIM)
Backend API.
Definition bm_storage.h:118