blob: 01107bc8503e231def52b67801d72662a5a9b5c3 [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 abort(void);