Files
KatauOS/include/gdt.h
T
2025-03-14 23:59:13 +03:00

7 lines
57 B
C

#ifndef GDT_H
#define GDT_H
void gdt_install();
#endif