]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/blackfin/include/uapi/asm/fcntl.h
License cleanup: add SPDX license identifier to uapi header files with a license
[mirror_ubuntu-bionic-kernel.git] / arch / blackfin / include / uapi / asm / fcntl.h
CommitLineData
e2be04c7 1/* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */
96f1050d
RG
2/*
3 * Copyright 2004-2008 Analog Devices Inc.
4 *
5 * Licensed under the GPL-2 or later.
6 */
7
13376509
CG
8#ifndef _UAPI_BFIN_FCNTL_H
9#define _UAPI_BFIN_FCNTL_H
1394f032 10
1394f032
BW
11#define O_DIRECTORY 040000 /* must be a directory */
12#define O_NOFOLLOW 0100000 /* don't follow links */
13#define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
14#define O_LARGEFILE 0400000
15
16#include <asm-generic/fcntl.h>
17
13376509 18#endif /* _UAPI_BFIN_FCNTL_H */