aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-cris
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-cris')
-rw-r--r--include/asm-cris/fcntl.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/include/asm-cris/fcntl.h b/include/asm-cris/fcntl.h
index f8e7d1307ebc..46ab12db5739 100644
--- a/include/asm-cris/fcntl.h
+++ b/include/asm-cris/fcntl.h
@@ -1,18 +1 @@
1#ifndef _CRIS_FCNTL_H
2#define _CRIS_FCNTL_H
3
4#define F_GETLK64 12 /* using 'struct flock64' */
5#define F_SETLK64 13
6#define F_SETLKW64 14
7
8struct flock64 {
9 short l_type;
10 short l_whence;
11 loff_t l_start;
12 loff_t l_len;
13 pid_t l_pid;
14};
15
16#include <asm-generic/fcntl.h> #include <asm-generic/fcntl.h>
17
18#endif