blob: ec864e4fc37a81025b2d4e1dc0c48e6dc5e33848 [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
#include <stdnoreturn.h>
noreturn void panic(const char *fmt, ...);