blob: cb0de4c3dc042520fbff15c5f53318419539bab0 [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.
#pragma once
#pragma GCC visibility push(hidden)
#include <magenta/types.h>
mx_handle_t bootdata_get_bootfs(mx_handle_t log, mx_handle_t vmar_self,
mx_handle_t bootdata_vmo);
#pragma GCC visibility pop