]> 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 no license
[mirror_ubuntu-bionic-kernel.git] / arch / blackfin / include / uapi / asm / fcntl.h
CommitLineData
96f1050d
RG
1/*
2 * Copyright 2004-2008 Analog Devices Inc.
3 *
4 * Licensed under the GPL-2 or later.
5 */
6
13376509
CG
7#ifndef _UAPI_BFIN_FCNTL_H
8#define _UAPI_BFIN_FCNTL_H
1394f032 9
1394f032
BW
10#define O_DIRECTORY 040000 /* must be a directory */
11#define O_NOFOLLOW 0100000 /* don't follow links */
12#define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
13#define O_LARGEFILE 0400000
14
15#include <asm-generic/fcntl.h>
16
13376509 17#endif /* _UAPI_BFIN_FCNTL_H */