#pragma once #include #include __attribute__((noreturn)) void OSPanicException(ExceptionsContext* frame); __attribute__((noreturn)) void OSPanic(const ASCII* message);