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