Home | History | Annotate | Line # | Download | only in include
sysarch.h revision 1.4
      1  1.4      jtc /*	$NetBSD: sysarch.h,v 1.4 1995/03/28 18:17:23 jtc Exp $	*/
      2  1.3      cgd 
      3  1.2  mycroft #ifndef _I386_SYSARCH_H_
      4  1.2  mycroft #define _I386_SYSARCH_H_
      5  1.2  mycroft 
      6  1.1   brezak /*
      7  1.1   brezak  * Architecture specific syscalls (i386)
      8  1.1   brezak  */
      9  1.1   brezak #define I386_GET_LDT	0
     10  1.1   brezak #define I386_SET_LDT	1
     11  1.1   brezak 
     12  1.4      jtc #ifndef _KERNEL
     13  1.1   brezak int i386_get_ldt __P((int, union descriptor *, int));
     14  1.1   brezak int i386_set_ldt __P((int, union descriptor *, int));
     15  1.1   brezak #endif
     16  1.2  mycroft 
     17  1.2  mycroft #endif /* !_I386_SYSARCH_H_ */
     18