1 1.2 mycroft #ifndef _I386_SYSARCH_H_ 2 1.2 mycroft #define _I386_SYSARCH_H_ 3 1.2 mycroft 4 1.1 brezak /* 5 1.1 brezak * Architecture specific syscalls (i386) 6 1.1 brezak */ 7 1.1 brezak #define I386_GET_LDT 0 8 1.1 brezak #define I386_SET_LDT 1 9 1.1 brezak 10 1.1 brezak #ifndef KERNEL 11 1.1 brezak int i386_get_ldt __P((int, union descriptor *, int)); 12 1.1 brezak int i386_set_ldt __P((int, union descriptor *, int)); 13 1.1 brezak #endif 14 1.2 mycroft 15 1.2 mycroft #endif /* !_I386_SYSARCH_H_ */ 16