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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/include/gdt.h b/sys/arch/i386/include/gdt.h
index ebb8d5b0d57..7b7a6ea5ac5 100644
--- a/sys/arch/i386/include/gdt.h
+++ b/sys/arch/i386/include/gdt.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: gdt.h,v 1.2 1996/04/18 19:21:37 niklas Exp $ */
+/* $OpenBSD: gdt.h,v 1.3 1996/04/29 14:13:48 hvozda Exp $ */
/* $NetBSD: gdt.h,v 1.3 1996/02/27 22:32:11 jtc Exp $ */
/*-
@@ -37,6 +37,9 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#define MAXGDTSIZ 8192 /* max # entries in an i386 GDT */
+extern union descriptor *dynamic_gdt;
+
void tss_alloc __P((struct pcb *));
void tss_free __P((struct pcb *));
void ldt_alloc __P((struct pcb *, union descriptor *, size_t));