// Copyright (c) 2017-2022, Mudita Sp. z.o.o. All rights reserved. // For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md #pragma once #include namespace purefs::blkdev { class disk; } namespace purefs::subsystem::internal { auto create_default_block_device() -> std::shared_ptr; auto create_default_nvm_device() -> std::shared_ptr; } // namespace purefs::subsystem::internal