X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fasm-cris%2Ffcntl.h;h=46ab12db57397dfc44a7aa84f9c10ac5e97509d9;hb=6a91d25c0243bf20356e51cc5dbb821cc8cc129b;hp=f8e7d1307ebc28f6df06f7f301c87575e8bdf96e;hpb=5ac353f9baf7169298ebb7de86b2d697b25bca44;p=mv-sheeva.git diff --git a/include/asm-cris/fcntl.h b/include/asm-cris/fcntl.h index f8e7d1307eb..46ab12db573 100644 --- a/include/asm-cris/fcntl.h +++ b/include/asm-cris/fcntl.h @@ -1,18 +1 @@ -#ifndef _CRIS_FCNTL_H -#define _CRIS_FCNTL_H - -#define F_GETLK64 12 /* using 'struct flock64' */ -#define F_SETLK64 13 -#define F_SETLKW64 14 - -struct flock64 { - short l_type; - short l_whence; - loff_t l_start; - loff_t l_len; - pid_t l_pid; -}; - #include - -#endif