mb/google/brya: Create rull variant
[coreboot2.git] / src / lib / halt.c
blob441f5bb78672bfccf9827f2f8dcc0bfe4d67a12a
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #include <arch/hlt.h>
4 #include <halt.h>
6 void __noreturn abort(void)
8 while (1)
9 hlt();