Firmware
|
Includes POSIX-like functions for virtual character devices. More...
#include <px4_defines.h>
#include <px4_tasks.h>
#include <stdint.h>
#include <unistd.h>
#include <fcntl.h>
#include <poll.h>
#include <sys/types.h>
#include "px4_sem.h"
Go to the source code of this file.
Macros | |
#define | PX4_F_RDONLY 1 |
#define | PX4_F_WRONLY 2 |
#define | PX4_STACK_ADJUSTED(_s) (_s * (__SIZEOF_POINTER__ >> 2) + PX4_STACK_OVERHEAD) |
Variables | |
__BEGIN_DECLS int | px4_errno |
Includes POSIX-like functions for virtual character devices.