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

void gdt_initialize();
void enter_user_mode(void (*func)());

#endif // GDT_HPP