1 // Copyright 2017 The Fuchsia Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #pragma once
6 
7 #pragma GCC visibility push(hidden)
8 
9 #include <zircon/types.h>
10 
11 zx_handle_t bootdata_get_bootfs(zx_handle_t log, zx_handle_t vmar_self,
12                                 zx_handle_t bootdata_vmo);
13 
14 #pragma GCC visibility pop
15