]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/fcntl.h
[PATCH] md: support adding new devices to md arrays via sysfs
[linux-2.6-omap-h63xx.git] / include / asm-parisc / fcntl.h
index eadda003c201b31502c54ac523b31718aea809c4..317851fa78f3f99b702ba30fff49dea37da728ef 100644 (file)
 #define F_WRLCK                02
 #define F_UNLCK                03
 
-struct flock64 {
-       short l_type;
-       short l_whence;
-       loff_t l_start;
-       loff_t l_len;
-       pid_t l_pid;
-};
-
 #include <asm-generic/fcntl.h>
 
 #endif