x86/efi: Enforce CONFIG_RELOCATABLE for EFI boot stub
[linux/fpc-iii.git] / arch / x86 / include / asm / proto.h
blob6fd3fd76979687dffc83defc1e5f4c69f468d967
1 #ifndef _ASM_X86_PROTO_H
2 #define _ASM_X86_PROTO_H
4 #include <asm/ldt.h>
6 /* misc architecture specific prototypes */
8 void system_call(void);
9 void syscall_init(void);
11 void ia32_syscall(void);
12 void ia32_cstar_target(void);
13 void ia32_sysenter_target(void);
15 void syscall32_cpu_init(void);
17 void x86_configure_nx(void);
18 void x86_report_nx(void);
20 extern int reboot_force;
22 long do_arch_prctl(struct task_struct *task, int code, unsigned long addr);
24 #endif /* _ASM_X86_PROTO_H */