]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-x86_64/fcntl.h
c7b09ea97d3601c8d01aed4bdcb414acef79adcd
[linux-2.6-omap-h63xx.git] / include / asm-x86_64 / fcntl.h
1 #ifndef _X86_64_FCNTL_H
2 #define _X86_64_FCNTL_H
3
4 struct flock {
5         short  l_type;
6         short  l_whence;
7         off_t l_start;
8         off_t l_len;
9         pid_t  l_pid;
10 };
11
12 #include <asm-generic/fcntl.h>
13
14 #endif /* !_X86_64_FCNTL_H */