blob: b3b5bd0b4e3d2602a4c27624a0456410eba003e5 [file] [log] [blame]
// Copyright 2017 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_MODULAR_BIN_BASEMGR_WAIT_FOR_MINFS_H_
#define SRC_MODULAR_BIN_BASEMGR_WAIT_FOR_MINFS_H_
namespace modular {
// Sleep until Minfs is mounted.
void WaitForMinfs();
} // namespace modular
#endif // SRC_MODULAR_BIN_BASEMGR_WAIT_FOR_MINFS_H_