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