Add support store ddr param in flash.
[xloong.git] / include / fcntl.h
blob051b4db845c3d6f7e9400053bac428b69340a096
1 /* $Id: fcntl.h,v 1.1.1.1 2006/09/14 01:59:06 root Exp $ */
3 #ifndef _FCNTL_H_
4 #define _FCNTL_H_
6 #if 0
7 #define O_RDONLY 0
8 #define O_WRONLY 1
9 #define O_RDWR 2
10 #endif
12 __BEGIN_DECLS
13 int open __P((const char *, int, ...));
14 int ioctl __P((int fd, unsigned long op, ...));
15 __END_DECLS
17 #include <sys/fcntl.h>
18 #endif /* _FCNTL_ */