blob: 38f6f6c4ceead58ee63d6fb54e8336df5305d8fc [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 ZIRCON_SYSTEM_CORE_DEVMGR_FSHOST_PKGFS_LAUNCHER_H_
#define ZIRCON_SYSTEM_CORE_DEVMGR_FSHOST_PKGFS_LAUNCHER_H_
#include "filesystem-mounter.h"
namespace devmgr {
// Launches pkgfs from within blobfs by parsing environment variables.
void LaunchPkgfs(FilesystemMounter* filesystems);
} // namespace devmgr
#endif // ZIRCON_SYSTEM_CORE_DEVMGR_FSHOST_PKGFS_LAUNCHER_H_