1 /*
2  * This file is auto-generated. Modifications will be lost.
3  *
4  * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/
5  * for more information.
6  */
7 #ifndef __ASM_FCNTL_H
8 #define __ASM_FCNTL_H
9 #define O_DIRECTORY 040000
10 #define O_NOFOLLOW 0100000
11 #define O_DIRECT 0200000
12 #define O_LARGEFILE 0400000
13 #include <asm-generic/fcntl.h>
14 #endif
15