mirror of
https://github.com/KolibriOS/kolibrios.git
synced 2025-10-17 12:16:04 -04:00
10 lines
138 B
C
10 lines
138 B
C
#ifndef _LINUX_SCHED_H
|
|
#define _LINUX_SCHED_H
|
|
|
|
|
|
#define TASK_UNINTERRUPTIBLE 2
|
|
|
|
#define schedule_timeout(x) delay(x)
|
|
|
|
#endif
|