]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-alpha/fcntl.h
[PATCH] for_each_possible_cpu: i386
[linux-2.6-omap-h63xx.git] / include / asm-alpha / fcntl.h
index e2aacbbe38bcc67e7e67d6e4608db7228fccbfa2..87f2cf459e266367be6f16f10c545f85d41e9bbc 100644 (file)
 
 #define F_INPROGRESS   64
 
-struct flock {
-       short l_type;
-       short l_whence;
-       __kernel_off_t l_start;
-       __kernel_off_t l_len;
-       __kernel_pid_t l_pid;
-};
-
 #include <asm-generic/fcntl.h>
 
 #endif