47735bb1bd
del: KSH
9 lines
240 B
C
9 lines
240 B
C
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
// Copyright (c) 2026 0xKarinyash
|
|
|
|
#pragma once
|
|
#include <types.h>
|
|
|
|
__attribute__((noreturn)) void OSPanicException(CPURegisters* frame);
|
|
__attribute__((noreturn)) void OSPanic(const char* msg);
|