blob: 6aa6c929cb3ae8d43712f1130ad79487e8df8d8a [file] [log] [blame]
// Copyright 2023 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
#include <lib/arch/zbi-boot.h>
#include <lib/arch/zbi.h>
#include <phys/boot-zbi.h>
void BootZbi::ZbiBoot(arch::ZbiKernelImage* kernel, void* arg) { arch::ZbiBoot(kernel, arg); }
void BootZbi::ZbiBootRaw(uintptr_t entry, void* data) { arch::ZbiBootRaw(entry, data); }