gdt.h revision 1.1
1void tss_alloc __P((struct pcb *));
2void tss_free __P((struct pcb *));
3void ldt_alloc __P((struct pcb *, union descriptor *, size_t));
4void ldt_free __P((struct pcb *));
5