eive-obsw/bsp_q7s/fs/helpers.h
Robin Mueller 6b48fb64d8
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
start integrating cfdp code
2022-09-16 12:14:27 +02:00

15 lines
286 B
C++

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