#ifndef BSP_Q7S_MEMORY_HELPERS_H_ #define BSP_Q7S_MEMORY_HELPERS_H_ #include #include "SdCardManager.h" namespace fshelpers { std::filesystem::path getPrefixedPath(SdCardManager& man, std::filesystem::path pathWihtoutPrefix); } #endif /* BSP_Q7S_MEMORY_HELPERS_H_ */