1/*
2 * This header was generated from the Linux kernel headers by update_headers.py,
3 * to provide necessary information from kernel to userspace, such as constants,
4 * structures, and macros, and thus, contains no copyrightable information.
5 */
6#ifndef _ARM_FCNTL_H
7#define _ARM_FCNTL_H
8#define O_DIRECTORY	 040000
9#define O_NOFOLLOW	0100000
10#define O_DIRECT	0200000
11#define O_LARGEFILE	0400000
12#include <asm-generic/fcntl.h>
13#endif
14