blob: 1c80e663374407541b708d5d46f9c8ad82cb81be [file] [log] [blame]
Anton Komlevc88e2ac2024-09-12 16:46:39 +01001/*
2 * SPDX-License-Identifier: BSD-3-Clause
3 * SPDX-FileCopyrightText: Copyright The TrustedFirmware-M Contributors
4 */
5
6void exit(void)
7{
8 while (1)
9 ;
10}