1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2000-2009
4 * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
12 * hang() - Print a message and stop execution
14 * This shows a 'hang' message where possible and then goes into an infinite
15 * loop. This is called by panic() if CONFIG_PANIC_HANG is enabled.
17 * This function does not return.
19 void hang(void) __attribute__ ((noreturn));