mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-02-05 19:39:50 +08:00
Fix rtdm rtai redefinition error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user