avr32: make architecture sys_clone prototype match asm-generic prototype
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / avr32 / include / asm / syscalls.h
blob244f2acab546ee06e1b1550d408a23ff3491fb2a
1 /*
2 * syscalls.h - Linux syscall interfaces (arch-specific)
4 * Copyright (c) 2008 Jaswinder Singh
6 * This file is released under the GPLv2.
7 * See the file COPYING for more details.
8 */
10 #ifndef _ASM_AVR32_SYSCALLS_H
11 #define _ASM_AVR32_SYSCALLS_H
13 #include <linux/compiler.h>
14 #include <linux/linkage.h>
15 #include <linux/types.h>
16 #include <linux/signal.h>
18 /* mm/cache.c */
19 asmlinkage int sys_cacheflush(int, void __user *, size_t);
21 #endif /* _ASM_AVR32_SYSCALLS_H */