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