banan-os/kernel/include/kernel/GDT.h

10 lines
82 B
C++

#pragma once
#include <stdint.h>
namespace Kernel::GDT
{
void initialize();
}