37#include "../../sys/include/vfs.h" 
   47#ifndef CONFIG_SUIT_STORAGE_MOUNT_POINT 
   48#define CONFIG_SUIT_STORAGE_MOUNT_POINT         VFS_DEFAULT_DATA 
   54#ifndef CONFIG_SUIT_STORAGE_SEQ_NO_LOCATION 
   55#define CONFIG_SUIT_STORAGE_SEQ_NO_LOCATION     (CONFIG_SUIT_STORAGE_MOUNT_POINT "/SEQNO.txt") 
struct suit_storage suit_storage_t
Forward declaration for storage struct.
 
riotboot vfs SUIT storage context
 
const char ** files
storage file array
 
suit_storage_t storage
parent struct
 
uint8_t active_region
Active file idx to write to.
 
VFS default mount points.