TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
hafnium
/
hafnium.git
/
98ab38b51a861c44c89053ee457ad41a3189f20a
/
.
/
inc
/
hf
/
abort.h
blob: bec4b09bd4d65f0d07308ffb64656a92d78ba5e4 [
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
abort
(
void
);