7#ifndef ZEPHYR_POSIX_FCNTL_H_
8#define ZEPHYR_POSIX_FCNTL_H_
13#define O_APPEND 0x0400
17#define O_APPEND 0x0008
20#define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR)
27#define O_NONBLOCK 0x4000
int open(const char *name, int flags,...)
int fcntl(int fildes, int cmd,...)
static void cmd(uint32_t command)
Execute a display list command by co-processor engine.
Definition ft8xx_reference_api.h:153
flags
Definition parser.h:96