/* SPDX-License-Identifier: BSD-3-Clause */ #include #include void exception_init(void) { printk(BIOS_DEBUG, "Exception handlers not installed.\n"); }