sysarch.h revision 550
1550Srgrimes/*
2550Srgrimes * Architecture specific syscalls (i386)
3550Srgrimes */
4550Srgrimes#define I386_GET_LDT	0
5550Srgrimes#define I386_SET_LDT	1
6550Srgrimes
7550Srgrimes#ifndef KERNEL
8550Srgrimesint i386_get_ldt __P((int, union descriptor *, int));
9550Srgrimesint i386_set_ldt __P((int, union descriptor *, int));
10550Srgrimes#endif
11