Blame view

include/asm-powerpc/fcntl.h 304 Bytes
8191151d0   Stephen Rothwell   [PATCH] Consolida...
1
2
  #ifndef _ASM_FCNTL_H
  #define _ASM_FCNTL_H
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
3

1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
4
5
6
7
  #define O_DIRECTORY      040000	/* must be a directory */
  #define O_NOFOLLOW      0100000	/* don't follow links */
  #define O_LARGEFILE     0200000
  #define O_DIRECT	0400000	/* direct disk access hint */
1da177e4c   Linus Torvalds   Linux-2.6.12-rc2
8

9317259ea   Stephen Rothwell   [PATCH] Create as...
9
  #include <asm-generic/fcntl.h>
8191151d0   Stephen Rothwell   [PATCH] Consolida...
10
  #endif /* _ASM_FCNTL_H */