]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86_64/fcntl.h
[NET]: X86_64 checksum annotations and cleanups.
[linux-2.6-omap-h63xx.git] / include / asm-x86_64 / fcntl.h
index c7b09ea97d3601c8d01aed4bdcb414acef79adcd..46ab12db57397dfc44a7aa84f9c10ac5e97509d9 100644 (file)
@@ -1,14 +1 @@
-#ifndef _X86_64_FCNTL_H
-#define _X86_64_FCNTL_H
-
-struct flock {
-       short  l_type;
-       short  l_whence;
-       off_t l_start;
-       off_t l_len;
-       pid_t  l_pid;
-};
-
 #include <asm-generic/fcntl.h>
-
-#endif /* !_X86_64_FCNTL_H */