os/cpu/i386/gdt.h
2019-02-09 13:54:40 -06:00

7 lines
54 B
C

#ifndef GDT_H
#define GDT_H
void gdt_init();
#endif