banan-os/kernel/kernel/Panic.cpp

7 lines
82 B
C++

#include <kernel/Panic.h>
namespace Kernel
{
volatile bool g_paniced = false;
}