X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fasm-mips%2Ffcntl.h;h=2436392e7990d1fec80312ccfcea02e9e3eeb28d;hb=70790a4b5cd6c0291e5b1a2836e2832d46036ac6;hp=e2b9c0a2537b7272f37e4c6dc3d9d88128245744;hpb=413ba3004a4036bb5d6e52d2faa2b19cb13561dc;p=linux-2.6.git diff --git a/include/asm-mips/fcntl.h b/include/asm-mips/fcntl.h index e2b9c0a25..2436392e7 100644 --- a/include/asm-mips/fcntl.h +++ b/include/asm-mips/fcntl.h @@ -26,6 +26,7 @@ #define O_DIRECT 0x8000 /* direct disk access hint */ #define O_DIRECTORY 0x10000 /* must be a directory */ #define O_NOFOLLOW 0x20000 /* don't follow links */ +#define O_NOATIME 0x40000 #define O_NDELAY O_NONBLOCK