Merge tag 'nfs-for-4.5-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
[deliverable/linux.git] / arch / x86 / include / asm / proto.h
CommitLineData
1965aae3
PA
1#ifndef _ASM_X86_PROTO_H
2#define _ASM_X86_PROTO_H
1da177e4
LT
3
4#include <asm/ldt.h>
5
6/* misc architecture specific prototypes */
7
5bd085b5 8void syscall_init(void);
1da177e4 9
b2502b41 10void entry_SYSCALL_64(void);
2cd23553 11void entry_SYSCALL_compat(void);
b2502b41
IM
12void entry_INT80_32(void);
13void entry_INT80_compat(void);
4c8cd0c5
IM
14void entry_SYSENTER_32(void);
15void entry_SYSENTER_compat(void);
1da177e4 16
5bd085b5
PA
17void x86_configure_nx(void);
18void x86_report_nx(void);
1da177e4 19
1da177e4
LT
20extern int reboot_force;
21
1da177e4
LT
22long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
23
1965aae3 24#endif /* _ASM_X86_PROTO_H */
This page took 1.243058 seconds and 5 git commands to generate.