blob: 46dd004a76098c8def4a756ac8fd5b023423313a [file] [log] [blame]
// Copyright 2019 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_STORAGE_FSHOST_FSHOST_FS_PROVIDER_H_
#define SRC_STORAGE_FSHOST_FSHOST_FS_PROVIDER_H_
#include "src/storage/fshost/fdio.h"
namespace devmgr {
class FshostFsProvider : public FsProvider {
public:
zx::channel CloneFs(const char* path) override;
};
} // namespace devmgr
#endif // SRC_STORAGE_FSHOST_FSHOST_FS_PROVIDER_H_