blob: ba2d74094feee3d820205488956c3c04377489b7 [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_PKGFS_LAUNCHER_H_
#define SRC_STORAGE_FSHOST_PKGFS_LAUNCHER_H_
#include <lib/zx/status.h>
#include "src/storage/fshost/filesystem-mounter.h"
namespace fshost {
// Launches pkgfs from blobfs. (More details on PkgfsLoaderService)
zx::status<> LaunchPkgfs(FilesystemMounter* filesystems);
} // namespace fshost
#endif // SRC_STORAGE_FSHOST_PKGFS_LAUNCHER_H_