os/cpu/i386/gdt.h

7 lines
54 B
C
Raw Normal View History

2019-02-09 13:54:40 -06:00
#ifndef GDT_H
#define GDT_H
void gdt_init();
#endif