blob: a90f8972dad507240ae946b61fd8a5f217d4be52 [file] [log] [blame]
H. Peter Anvin1965aae2008-10-22 22:26:29 -07001#ifndef _ASM_X86_PROTO_H
2#define _ASM_X86_PROTO_H
Linus Torvalds1da177e2005-04-16 15:20:36 -07003
4#include <asm/ldt.h>
5
6/* misc architecture specific prototypes */
7
H. Peter Anvin5bd085b2009-11-16 13:55:31 -08008void system_call(void);
9void syscall_init(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
H. Peter Anvin5bd085b2009-11-16 13:55:31 -080011void ia32_syscall(void);
12void ia32_cstar_target(void);
13void ia32_sysenter_target(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070014
H. Peter Anvin5bd085b2009-11-16 13:55:31 -080015void x86_configure_nx(void);
16void x86_report_nx(void);
Linus Torvalds1da177e2005-04-16 15:20:36 -070017
Linus Torvalds1da177e2005-04-16 15:20:36 -070018extern int reboot_force;
Linus Torvalds1da177e2005-04-16 15:20:36 -070019
Linus Torvalds1da177e2005-04-16 15:20:36 -070020long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
21
H. Peter Anvin1965aae2008-10-22 22:26:29 -070022#endif /* _ASM_X86_PROTO_H */