fcntl.h 421 B

123456789101112131415161718
  1. /*
  2. * Copyright 2004-2008 Analog Devices Inc.
  3. *
  4. * Licensed under the GPL-2 or later.
  5. */
  6. #ifndef _UAPI_BFIN_FCNTL_H
  7. #define _UAPI_BFIN_FCNTL_H
  8. #define O_DIRECTORY 040000 /* must be a directory */
  9. #define O_NOFOLLOW 0100000 /* don't follow links */
  10. #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */
  11. #define O_LARGEFILE 0400000
  12. #include <asm-generic/fcntl.h>
  13. #endif /* _UAPI_BFIN_FCNTL_H */