Update timers_xeno.c to Xenomai 3 API
authorEdouard Tisserant
Thu, 08 Mar 2018 14:55:01 +0100
changeset 797 12340b4ea907
parent 796 1c87f7a8cb8a
child 798 6bafede3de2b
Update timers_xeno.c to Xenomai 3 API
drivers/timers_xeno/timers_xeno.c
--- a/drivers/timers_xeno/timers_xeno.c	Fri Mar 24 10:52:38 2017 +0100
+++ b/drivers/timers_xeno/timers_xeno.c	Thu Mar 08 14:55:01 2018 +0100
@@ -2,12 +2,12 @@
 #include <unistd.h>
 #include <sys/mman.h>
 
-#include <native/task.h>
-#include <native/timer.h>
-#include <native/sem.h>
-#include <native/mutex.h>
-#include <native/cond.h>
-#include <native/alarm.h>
+#include <alchemy/task.h>
+#include <alchemy/timer.h>
+#include <alchemy/sem.h>
+#include <alchemy/mutex.h>
+#include <alchemy/cond.h>
+#include <alchemy/alarm.h>
 
 #include "applicfg.h"
 #include "can_driver.h"