Subversion Repositories Kolibri OS

Rev

Rev 1964 | Rev 5270 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. #ifndef _LINUX_SCHED_H
  2. #define _LINUX_SCHED_H
  3.  
  4.  
  5. #define TASK_UNINTERRUPTIBLE    2
  6.  
  7. #define schedule_timeout(x)  delay(x)
  8.  
  9. #endif
  10.