blob: afc3f934390d04ec4c121461a5ace26bdd91e78d [file] [log] [blame]
Juan Castilloe509d052014-11-17 17:27:41 +00001/*
Roberto Vargas7fabe1a2018-02-12 12:36:17 +00002 * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
Juan Castilloe509d052014-11-17 17:27:41 +00003 *
dp-arm82cb2c12017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Juan Castilloe509d052014-11-17 17:27:41 +00005 */
6
7#include <debug.h>
Roberto Vargas7fabe1a2018-02-12 12:36:17 +00008#include <stdlib.h>
Juan Castilloe509d052014-11-17 17:27:41 +00009
10void exit(int v)
11{
12 ERROR("EXIT\n");
13 panic();
14}