18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
28c2ecf20Sopenharmony_ci#ifndef _ASM_FCNTL_H
38c2ecf20Sopenharmony_ci#define _ASM_FCNTL_H
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ci#define O_DIRECTORY      040000	/* must be a directory */
68c2ecf20Sopenharmony_ci#define O_NOFOLLOW      0100000	/* don't follow links */
78c2ecf20Sopenharmony_ci#define O_LARGEFILE     0200000
88c2ecf20Sopenharmony_ci#define O_DIRECT	0400000	/* direct disk access hint */
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#include <asm-generic/fcntl.h>
118c2ecf20Sopenharmony_ci
128c2ecf20Sopenharmony_ci#endif /* _ASM_FCNTL_H */
13