summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include/gdt.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/i386/include/gdt.h')
-rw-r--r--sys/arch/i386/include/gdt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/include/gdt.h b/sys/arch/i386/include/gdt.h
index 46d52f88b32..8d6144ba8b1 100644
--- a/sys/arch/i386/include/gdt.h
+++ b/sys/arch/i386/include/gdt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: gdt.h,v 1.6 2001/03/22 23:36:52 niklas Exp $ */
+/* $OpenBSD: gdt.h,v 1.7 2001/04/30 13:17:37 art Exp $ */
/* $NetBSD: gdt.h,v 1.3 1996/02/27 22:32:11 jtc Exp $ */
/*-
@@ -38,6 +38,7 @@
*/
#ifdef _KERNEL
+void gdt_init __P((void));
void tss_alloc __P((struct pcb *));
void tss_free __P((struct pcb *));
#ifdef PMAP_NEW