7 lines
57 B
C
7 lines
57 B
C
#ifndef GDT_H
|
|
#define GDT_H
|
|
|
|
void gdt_install();
|
|
|
|
#endif
|
#ifndef GDT_H
|
|
#define GDT_H
|
|
|
|
void gdt_install();
|
|
|
|
#endif
|