#include "Tactility/file/FileLock.h" #include namespace tt::file { std::shared_ptr findLock(const std::string& path) { return hal::sdcard::findSdCardLock(path); } }