18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 28c2ecf20Sopenharmony_ci#ifndef _M68K_FCNTL_H 38c2ecf20Sopenharmony_ci#define _M68K_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_DIRECT 0200000 /* direct disk access hint - currently ignored */ 88c2ecf20Sopenharmony_ci#define O_LARGEFILE 0400000 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_ci#include <asm-generic/fcntl.h> 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci#endif /* _M68K_FCNTL_H */ 13