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:
Jaswinder Singh
2008-07-25 13:48:38 +05:30
committed by Haavard Skinnemoen
parent 1bda71282d
commit c80ce2d52b
5 changed files with 43 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include <asm/uaccess.h>
#include <asm/ucontext.h>
#include <asm/syscalls.h>
#define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))