GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / blackfin / include / asm / fcntl.h
blob251c911d59c1181efbbafbeaa94b37b2c7f08c08
1 /*
2 * Copyright 2004-2008 Analog Devices Inc.
4 * Licensed under the GPL-2 or later.
5 */
7 #ifndef _BFIN_FCNTL_H
8 #define _BFIN_FCNTL_H
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
15 #include <asm-generic/fcntl.h>
17 #endif