Architecture specific syscalls (i386) from NetBSD
This commit is contained in:
parent
3331c2af28
commit
f43bd59ec7
10
sys/amd64/include/sysarch.h
Normal file
10
sys/amd64/include/sysarch.h
Normal file
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Architecture specific syscalls (i386)
|
||||
*/
|
||||
#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
|
10
sys/i386/include/sysarch.h
Normal file
10
sys/i386/include/sysarch.h
Normal file
@ -0,0 +1,10 @@
|
||||
/*
|
||||
* Architecture specific syscalls (i386)
|
||||
*/
|
||||
#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
|
Loading…
Reference in New Issue
Block a user