forked from Bananymous/banan-os
BAN/Assert.h does not need any includes meaning it can be included anywhere without problems.
7 lines
82 B
C++
7 lines
82 B
C++
#include <kernel/Panic.h>
|
|
|
|
namespace Kernel
|
|
{
|
|
volatile bool g_paniced = false;
|
|
}
|