SYNTAX
#include <rtapi_bool.h>
// Specific abstraction for HAL
typedef bool rtapi_bool;
ОПИСАНИЕ
Includes either <stdbool.h> or <linux/types.h> as appropriate, to obtain suitable declarations of "bool", "true" and "false".
REALTIME CONSIDERATIONS
None.