blob: aa8f01b24c316df87eed45942355ae54be54de2c [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.
#pragma once
#include "block-watcher.h"
namespace devmgr {
// Launches pkgfs from within blobfs by parsing environment variables.
void LaunchBlobInit(FilesystemMounter* filesystems);
} // namespace devmgr