| * include/asm-xtensa/fcntl.h |
| * This file is subject to the terms and conditions of the GNU General Public |
| * License. See the file "COPYING" in the main directory of this archive |
| * Copyright (C) 1995, 1996, 1997, 1998 by Ralf Baechle |
| * Copyright (C) 2001 - 2005 Tensilica Inc. |
| /* open/fcntl - O_SYNC is only implemented on blocks devices and on files |
| located on an ext2 file system */ |
| #define O_NONBLOCK 0x0080 |
| #define O_CREAT 0x0100 /* not fcntl */ |
| #define O_EXCL 0x0400 /* not fcntl */ |
| #define O_NOCTTY 0x0800 /* not fcntl */ |
| #define FASYNC 0x1000 /* fcntl, for BSD compatibility */ |
| #define O_LARGEFILE 0x2000 /* allow large file opens - currently ignored */ |
| #define O_DIRECT 0x8000 /* direct disk access hint - currently ignored*/ |
| #define O_NOATIME 0x100000 |
| #define F_SETOWN 24 /* for sockets. */ |
| #define F_GETOWN 23 /* for sockets. */ |
| #define HAVE_ARCH_STRUCT_FLOCK |
| #define HAVE_ARCH_STRUCT_FLOCK64 |
| #include <asm-generic/fcntl.h> |
| #endif /* _XTENSA_FCNTL_H */ |