aboutsummaryrefslogtreecommitdiffstats
path: root/gdt.hpp
blob: 0d7a9b66dd63eaa952dba4471942217f17e1b179 (plain)
1
2
3
4
5
6
7
#ifndef GDT_HPP
#define GDT_HPP

void gdt_initialize();

#endif // GDT_HPP