162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 262306a36Sopenharmony_ci#ifndef _M68K_FCNTL_H 362306a36Sopenharmony_ci#define _M68K_FCNTL_H 462306a36Sopenharmony_ci 562306a36Sopenharmony_ci#define O_DIRECTORY 040000 /* must be a directory */ 662306a36Sopenharmony_ci#define O_NOFOLLOW 0100000 /* don't follow links */ 762306a36Sopenharmony_ci#define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ 862306a36Sopenharmony_ci#define O_LARGEFILE 0400000 962306a36Sopenharmony_ci 1062306a36Sopenharmony_ci#include <asm-generic/fcntl.h> 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#endif /* _M68K_FCNTL_H */ 13