blob: bef3cb3b658e0a97dbee805ba56ded78d0d25cba [file] [log] [blame]
// Copyright 2018 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_TARGET_ARM64_BOOT_SHIM_UTIL_H_
#define ZIRCON_KERNEL_TARGET_ARM64_BOOT_SHIM_UTIL_H_
void fail(const char* message);
#endif // ZIRCON_KERNEL_TARGET_ARM64_BOOT_SHIM_UTIL_H_