blob: 769ea4473cca908fba67cc4edfa02da5646dc000 [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 PERIDOT_BIN_BASEMGR_WAIT_FOR_MINFS_H_
#define PERIDOT_BIN_BASEMGR_WAIT_FOR_MINFS_H_
namespace modular {
// Sleep until Minfs is mounted.
void WaitForMinfs();
} // namespace modular
#endif // PERIDOT_BIN_BASEMGR_WAIT_FOR_MINFS_H_