6 lines
55 B
C
6 lines
55 B
C
|
|
#ifndef KGDT_H
|
||
|
|
#define KGDT_H
|
||
|
|
|
||
|
|
void init_gdt();
|
||
|
|
|
||
|
|
#endif
|