summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/sysarch.h
blob: 92abe9c0582a8ac869074df09f5aff23ce896d20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Architecture specific syscalls (i386)
 *
 *	$Id$
 */
#define I386_GET_LDT	0
#define I386_SET_LDT	1

#ifndef KERNEL
int i386_get_ldt __P((int, union descriptor *, int));
int i386_set_ldt __P((int, union descriptor *, int));
#endif
OpenPOWER on IntegriCloud