aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-frv/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-frv/fcntl.h')
-rw-r--r--include/asm-frv/fcntl.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/include/asm-frv/fcntl.h b/include/asm-frv/fcntl.h
index 0b212d945adb..46ab12db5739 100644
--- a/include/asm-frv/fcntl.h
+++ b/include/asm-frv/fcntl.h
@@ -1,19 +1 @@
1#ifndef _ASM_FCNTL_H
2#define _ASM_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 /* _ASM_FCNTL_H */
19