7 lines
54 B
C
7 lines
54 B
C
|
#ifndef GDT_H
|
||
|
#define GDT_H
|
||
|
|
||
|
void gdt_init();
|
||
|
|
||
|
#endif
|