blob: 8312e54017a7ff998ec6fb51fbe13f517b84b6f8 [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
__attribute__((__noreturn__)) void panic(const char *fmt, ...);