diff options
Diffstat (limited to 'kernel/arch/x86/include/asm/proto.h')
-rw-r--r-- | kernel/arch/x86/include/asm/proto.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/kernel/arch/x86/include/asm/proto.h b/kernel/arch/x86/include/asm/proto.h index a90f8972d..a4a77286c 100644 --- a/kernel/arch/x86/include/asm/proto.h +++ b/kernel/arch/x86/include/asm/proto.h @@ -5,12 +5,14 @@ /* misc architecture specific prototypes */ -void system_call(void); void syscall_init(void); -void ia32_syscall(void); -void ia32_cstar_target(void); -void ia32_sysenter_target(void); +void entry_SYSCALL_64(void); +void entry_SYSCALL_compat(void); +void entry_INT80_32(void); +void entry_INT80_compat(void); +void entry_SYSENTER_32(void); +void entry_SYSENTER_compat(void); void x86_configure_nx(void); void x86_report_nx(void); |