blob: fea6bf6bac6438fb9af6974669aaeaabbacb6674 [file] [log] [blame]
// Copyright 2021 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef SRC_LIB_STORAGE_FS_MANAGEMENT_CPP_FVM_H_
#define SRC_LIB_STORAGE_FS_MANAGEMENT_CPP_FVM_H_
#include <lib/zx/channel.h>
#include <fs-management/fvm.h>
namespace fs_management {
// Checks that |partition_channel| is a partition which matches |matcher|.
bool PartitionMatches(zx::unowned_channel& partition_channel, const PartitionMatcher& matcher);
} // namespace fs_management
#endif // SRC_LIB_STORAGE_FS_MANAGEMENT_CPP_FVM_H_