drivers/timers_kernel_xeno/timers_kernel_xeno.c
changeset 801 32d146b64a35
parent 629 b9274b595650
equal deleted inserted replaced
800:f0d16976e46e 801:32d146b64a35
    23 */
    23 */
    24 
    24 
    25 #include <asm/current.h>
    25 #include <asm/current.h>
    26 
    26 
    27 #include <native/task.h>
    27 #include <native/task.h>
    28 #include <native/timer.h>
    28 #include <native/timers.h>
    29 #include <native/sem.h>
    29 #include <native/sem.h>
    30 #include <native/mutex.h>
    30 #include <native/mutex.h>
    31 #include <native/cond.h>
    31 #include <native/cond.h>
    32 #include <native/alarm.h>
    32 #include <native/alarm.h>
    33 
    33 
    34 #include "applicfg.h"
    34 #include "applicfg.h"
    35 #include "can_driver.h"
    35 #include "can_driver.h"
    36 #include "timer.h"
    36 #include "timers.h"
    37 
    37 
    38 #define TIMERLOOP_TASK_CREATED        1
    38 #define TIMERLOOP_TASK_CREATED        1
    39 
    39 
    40 TimerCallback_t exitall;
    40 TimerCallback_t exitall;
    41 
    41