blob: 0490547ef61791c49fec1f2f0c4e96dd002c26f6 [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 devmgr {
// Launches pkgfs from blobfs. (More details on PkgfsLoaderService)
zx::status<> LaunchPkgfs(FilesystemMounter* filesystems);
} // namespace devmgr
#endif // SRC_STORAGE_FSHOST_PKGFS_LAUNCHER_H_