blob: 52b5869ac9707a9e52c990faa7f17d4d3b9809dd [file]
// Copyright 2017 The Fuchsia Authors
//
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file or at
// https://opensource.org/licenses/MIT
#ifndef ZIRCON_KERNEL_LIB_USERABI_USERBOOT_BOOTDATA_H_
#define ZIRCON_KERNEL_LIB_USERABI_USERBOOT_BOOTDATA_H_
#include <zircon/types.h>
zx_handle_t bootdata_get_bootfs(zx_handle_t log, zx_handle_t vmar_self, zx_handle_t job,
zx_handle_t vdso_vmo, zx_handle_t bootdata_vmo);
#endif // ZIRCON_KERNEL_LIB_USERABI_USERBOOT_BOOTDATA_H_