x86/asm/entry: Rename compat syscall entry points
[deliverable/linux.git] / arch / x86 / include / asm / proto.h
... / ...
CommitLineData
1#ifndef _ASM_X86_PROTO_H
2#define _ASM_X86_PROTO_H
3
4#include <asm/ldt.h>
5
6/* misc architecture specific prototypes */
7
8void system_call(void);
9void syscall_init(void);
10
11void entry_INT80_compat(void);
12void entry_SYSCALL_compat(void);
13void ia32_sysenter_target(void);
14
15void x86_configure_nx(void);
16void x86_report_nx(void);
17
18extern int reboot_force;
19
20long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
21
22#endif /* _ASM_X86_PROTO_H */
This page took 0.02386 seconds and 5 git commands to generate.