x86: Introducing asm/syscalls.h

Declaring arch-dependent syscalls for x86 architecture

Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
This commit is contained in:
Jaswinder Singh
2008-07-21 21:34:13 +05:30
committed by Ingo Molnar
parent 93ded9b8fd
commit bbc1f698a5
11 changed files with 101 additions and 0 deletions

View File

@@ -55,6 +55,7 @@
#include <asm/tlbflush.h>
#include <asm/cpu.h>
#include <asm/kdebug.h>
#include <asm/syscalls.h>
asmlinkage void ret_from_fork(void) __asm__("ret_from_fork");