Files
NXST/include/nxst/infra/fs/filesystem.hpp
T
DragonSpirit d410c4355d
CI / Build NRO (push) Has been cancelled
CI / Format check (push) Has been cancelled
CI / Layering check (push) Has been cancelled
another stage of refactoring
2026-05-12 09:59:43 +03:00

10 lines
247 B
C++

// Copyright (C) 2024-2026 NXST contributors
#pragma once
#include <switch.h>
namespace FileSystem {
Result mount(FsFileSystem* fs, u64 title_id, AccountUid uid);
int mount(FsFileSystem fs);
void unmount();
} // namespace FileSystem