blob: 35c70b6fb9a966ccd949c667d491294c77bb5963 [file] [log] [blame]
// Copyright 2017 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.
// This file contains functionality for checking the consistency of
// Blobfs.
#ifndef SRC_STORAGE_BLOBFS_INCLUDE_BLOBFS_HOST_FSCK_H_
#define SRC_STORAGE_BLOBFS_INCLUDE_BLOBFS_HOST_FSCK_H_
#include <memory>
#include <blobfs/host.h>
namespace blobfs {
zx_status_t Fsck(std::unique_ptr<Blobfs> blob);
} // namespace blobfs
#endif // SRC_STORAGE_BLOBFS_INCLUDE_BLOBFS_HOST_FSCK_H_