blob: 6fe98a60685721b8399aecb6e5f3e0072bff1a6a [file] [log] [blame]
/*
* Copyright 2019 The Hafnium Authors.
*
* Use of this source code is governed by a BSD-style
* license that can be found in the LICENSE file or at
* https://opensource.org/licenses/BSD-3-Clause.
*/
#pragma once
[[noreturn]] void panic(const char *fmt, ...);