avr32: Introducing asm/syscalls.h
Declaring arch-dependent syscalls for avr32 architecture Signed-off-by: Jaswinder Singh <jaswinder@infradead.org> Signed-off-by: Haavard Skinnemoen <haavard.skinnemoen@atmel.com>
This commit is contained in:
committed by
Haavard Skinnemoen
parent
1bda71282d
commit
c80ce2d52b
@@ -18,6 +18,7 @@
|
||||
|
||||
#include <asm/sysreg.h>
|
||||
#include <asm/ocd.h>
|
||||
#include <asm/syscalls.h>
|
||||
|
||||
#include <mach/pm.h>
|
||||
|
||||
|
@@ -19,6 +19,7 @@
|
||||
|
||||
#include <asm/uaccess.h>
|
||||
#include <asm/ucontext.h>
|
||||
#include <asm/syscalls.h>
|
||||
|
||||
#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
|
||||
|
||||
|
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <asm/mman.h>
|
||||
#include <asm/uaccess.h>
|
||||
#include <asm/syscalls.h>
|
||||
|
||||
asmlinkage long sys_mmap2(unsigned long addr, unsigned long len,
|
||||
unsigned long prot, unsigned long flags,
|
||||
|
Reference in New Issue
Block a user