quinn-os/gdt.h
2015-08-24 16:50:16 +10:00

7 lines
69 B
C

#ifndef __GDT_H
#define __GDT_H
extern void init_gdt(void);
#endif