Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
fcntl.h
Go to the documentation of this file.
1
34#ifndef _EXTENDED_FCNTL_H_
35#define _EXTENDED_FCNTL_H_
36
37#include <sys/fcntl.h>
38
39#ifdef __cplusplus
40extern "C" {
41#endif
42
45#define F_FREERTOS_SPECIFIC_BASE 1000
46
48#define F_SETPIPE_SZ (F_FREERTOS_SPECIFIC_BASE + 0)
49
50
51#ifndef FREAD
53#define FREAD 1
54#endif
55
56#ifndef FWRITE
58#define FWRITE 2
59#endif
60
61#ifdef __cplusplus
62}
63#endif
64
65#endif /* _EXTENDED_FCNTL_H_ */