122851890Sopenharmony_ci/* 222851890Sopenharmony_ci * This header was generated from the Linux kernel headers by update_headers.py, 322851890Sopenharmony_ci * to provide necessary information from kernel to userspace, such as constants, 422851890Sopenharmony_ci * structures, and macros, and thus, contains no copyrightable information. 522851890Sopenharmony_ci */ 622851890Sopenharmony_ci#ifndef _ARM_FCNTL_H 722851890Sopenharmony_ci#define _ARM_FCNTL_H 822851890Sopenharmony_ci#define O_DIRECTORY 040000 922851890Sopenharmony_ci#define O_NOFOLLOW 0100000 1022851890Sopenharmony_ci#define O_DIRECT 0200000 1122851890Sopenharmony_ci#define O_LARGEFILE 0400000 1222851890Sopenharmony_ci#include <asm-generic/fcntl.h> 1322851890Sopenharmony_ci#endif 14