/*---------------------------------------------------------------------------+ | segment.h | | | | Replacement for the Linux segment.h header file. | | | | Copyright (C) 1994 W. Metzenthen, 22 Parker St, Ormond, Vic 3163, | | Australia. E-mail apm233m@vaxc.cc.monash.edu.au | | | +---------------------------------------------------------------------------*/ #ifndef _FPU_EMU_SEGMENT_H #define _FPU_EMU_SEGMENT_H #define KERNEL_CS 0x10 #define KERNEL_DS 0x18 #define USER_CS 0x23 /* #define USER_DS 0x2B */ #define USER_DS FPU_DS #endif