sysarch.h (f43bd59ec730d662d11b9f507c2579e164a55ee3) | sysarch.h (34a8ed1be138603eb7679d15429782f272bf2b7d) |
---|---|
1/* 2 * Architecture specific syscalls (i386) | 1/* 2 * Architecture specific syscalls (i386) |
3 * 4 * $Id$ |
|
3 */ 4#define I386_GET_LDT 0 5#define I386_SET_LDT 1 6 7#ifndef KERNEL 8int i386_get_ldt __P((int, union descriptor *, int)); 9int i386_set_ldt __P((int, union descriptor *, int)); 10#endif | 5 */ 6#define I386_GET_LDT 0 7#define I386_SET_LDT 1 8 9#ifndef KERNEL 10int i386_get_ldt __P((int, union descriptor *, int)); 11int i386_set_ldt __P((int, union descriptor *, int)); 12#endif |