2022-09-16 11:43:11 +02:00
|
|
|
#ifndef BSP_Q7S_MEMORY_HELPERS_H_
|
|
|
|
#define BSP_Q7S_MEMORY_HELPERS_H_
|
|
|
|
|
|
|
|
#include <filesystem>
|
|
|
|
|
2022-09-16 11:53:33 +02:00
|
|
|
#include "SdCardManager.h"
|
|
|
|
|
2022-09-16 11:43:11 +02:00
|
|
|
namespace fshelpers {
|
|
|
|
|
2022-09-16 12:14:27 +02:00
|
|
|
std::filesystem::path getPrefixedPath(SdCardManager& man, std::filesystem::path pathWihtoutPrefix);
|
2022-09-16 11:43:11 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endif /* BSP_Q7S_MEMORY_HELPERS_H_ */
|