mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2025-01-01 06:23:37 +01:00
9 lines
156 B
C
9 lines
156 B
C
#ifndef __BITS_FCNTL_H__
|
|
# define __BITS_FCNTL_H__
|
|
|
|
/* open/fcntl. */
|
|
#define O_RDONLY 0
|
|
#define O_WRONLY 1
|
|
#define O_RDWR 2
|
|
|
|
#endif /*__BITS_FCNTL_H__*/
|