Fix rtdm rtai redefinition error

This commit is contained in:
Bjarne von Horn
2024-02-16 14:06:23 +01:00
parent e8213ea7e8
commit 3870a66c8f

View File

@@ -28,13 +28,15 @@
#include <linux/slab.h>
#include <linux/mman.h>
#include <rtdm/rtdm_driver.h>
#include "master.h"
#include "ioctl.h"
#include "rtdm.h"
#include "rtdm_details.h"
/* include last because it does some redefinitions */
#include <rtdm/rtdm_driver.h>
/** Set to 1 to enable device operations debugging.
*/
#define DEBUG 0