]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/x86/include/asm/proto.h
x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_SYSENTER_...
[mirror_ubuntu-artful-kernel.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
PA
8void system_call(void);
9void syscall_init(void);
1da177e4 10
2cd23553
IM
11void entry_INT80_compat(void);
12void entry_SYSCALL_compat(void);
4c8cd0c5
IM
13void entry_SYSENTER_32(void);
14void entry_SYSENTER_compat(void);
1da177e4 15
5bd085b5
PA
16void x86_configure_nx(void);
17void x86_report_nx(void);
1da177e4 18
1da177e4
LT
19extern int reboot_force;
20
1da177e4
LT
21long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
22
1965aae3 23#endif /* _ASM_X86_PROTO_H */