SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause brief: | Tells the compiler in a function declaration that this function does not return. copyrights: - Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de) definition: default: '' variants: - definition: | __attribute__((__noreturn__)) enabled-by: - defined(${/if/compiler/gnuc:/name}) description: null enabled-by: true interface-type: define links: - role: interface-placement uid: header - role: interface-ingroup uid: group name: RTEMS_NO_RETURN notes: null type: interface