/* * Copyright (c) 2024, Liav A. * * SPDX-License-Identifier: BSD-2-Clause */ #include void halt() { asm volatile("hlt"); __builtin_unreachable(); }