Xenomai 3.3.2
Loading...
Searching...
No Matches
rtdm.h
Go to the documentation of this file.
1
20#ifndef _RTDM_RTDM_H
21#define _RTDM_RTDM_H
22
23#include <linux/types.h>
24#include <sys/ioctl.h>
25#include <sys/socket.h>
26#include <fcntl.h>
27#include <stddef.h>
28#include <stdint.h>
29#include <errno.h>
30#include <unistd.h>
31#include <boilerplate/wrappers.h>
32
57#include <rtdm/uapi/rtdm.h>
58
59#endif /* !_RTDM_RTDM_H */
Real-Time Driver Model for Xenomai, user API header.