7 lines
69 B
C
7 lines
69 B
C
#ifndef __GDT_H
|
|
#define __GDT_H
|
|
|
|
extern void init_gdt(void);
|
|
|
|
#endif
|