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
avr32
include
asm
syscalls.h
Go to the documentation of this file.
1
/*
2
* syscalls.h - Linux syscall interfaces (arch-specific)
3
*
4
* Copyright (c) 2008 Jaswinder Singh
5
*
6
* This file is released under the GPLv2.
7
* See the file COPYING for more details.
8
*/
9
10
#ifndef _ASM_AVR32_SYSCALLS_H
11
#define _ASM_AVR32_SYSCALLS_H
12
13
#include <linux/compiler.h>
14
#include <linux/linkage.h>
15
#include <linux/types.h>
16
#include <linux/signal.h>
17
18
/* mm/cache.c */
19
asmlinkage
int
sys_cacheflush
(
int
,
void
__user *,
size_t
);
20
21
#endif
/* _ASM_AVR32_SYSCALLS_H */
Generated on Thu Jan 10 2013 13:03:35 for Linux Kernel by
1.8.2