7 lines
199 B
C
7 lines
199 B
C
#pragma once
|
|
|
|
#include <types.h>
|
|
#include <Arch/Exceptions.h>
|
|
|
|
__attribute__((noreturn)) void OSPanicException(ExceptionsContext* frame);
|
|
__attribute__((noreturn)) void OSPanic(const ASCII* message); |