blob: 1c80e663374407541b708d5d46f9c8ad82cb81be [file] [log] [blame]
/*
* SPDX-License-Identifier: BSD-3-Clause
* SPDX-FileCopyrightText: Copyright The TrustedFirmware-M Contributors
*/
void exit(void)
{
while (1)
;
}