Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
c6x
include
uapi
asm
unistd.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2011 Texas Instruments Incorporated
3
*
4
* Based on arch/tile version.
5
*
6
* This program is free software; you can redistribute it and/or
7
* modify it under the terms of the GNU General Public License
8
* as published by the Free Software Foundation, version 2.
9
*
10
* This program is distributed in the hope that it will be useful, but
11
* WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
13
* NON INFRINGEMENT. See the GNU General Public License for
14
* more details.
15
*/
16
17
#define __ARCH_WANT_KERNEL_EXECVE
18
#define __ARCH_WANT_SYS_EXECVE
19
20
/* Use the standard ABI for syscalls. */
21
#include <asm-generic/unistd.h>
22
23
/* C6X-specific syscalls. */
24
#define __NR_cache_sync (__NR_arch_specific_syscall + 0)
25
__SYSCALL
(
__NR_cache_sync
,
sys_cache_sync
)
Generated on Thu Jan 10 2013 12:50:48 for Linux Kernel by
1.8.2