ACPI / LPSS: make code less confusing for reader
[deliverable/linux.git] / arch / arc / include / asm / syscalls.h
1 /*
2 * Copyright (C) 2004, 2007-2010, 2011-2012 Synopsys, Inc. (www.synopsys.com)
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 */
8
9 #ifndef _ASM_ARC_SYSCALLS_H
10 #define _ASM_ARC_SYSCALLS_H 1
11
12 #ifdef __KERNEL__
13
14 #include <linux/compiler.h>
15 #include <linux/linkage.h>
16 #include <linux/types.h>
17
18 int sys_clone_wrapper(int, int, int, int, int);
19 int sys_fork_wrapper(void);
20 int sys_vfork_wrapper(void);
21 int sys_cacheflush(uint32_t, uint32_t uint32_t);
22 int sys_arc_settls(void *);
23 int sys_arc_gettls(void);
24
25 #include <asm-generic/syscalls.h>
26
27 #endif /* __KERNEL__ */
28
29 #endif
This page took 0.039242 seconds and 5 git commands to generate.