Merge branches 'fixes', 'pgt-next' and 'versatile' into devel
[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 early_idt_handler(void);
1da177e4 9
5bd085b5
PA
10void system_call(void);
11void syscall_init(void);
1da177e4 12
5bd085b5
PA
13void ia32_syscall(void);
14void ia32_cstar_target(void);
15void ia32_sysenter_target(void);
1da177e4 16
5bd085b5 17void syscall32_cpu_init(void);
1da177e4 18
5bd085b5
PA
19void x86_configure_nx(void);
20void x86_report_nx(void);
1da177e4 21
1da177e4
LT
22extern int reboot_force;
23
1da177e4
LT
24long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
25
1965aae3 26#endif /* _ASM_X86_PROTO_H */
This page took 0.586246 seconds and 5 git commands to generate.