Subversion Repositories Kolibri OS

Rev

Rev 3391 | 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. /* Task command name length */
  7. #define TASK_COMM_LEN 16
  8.  
  9. #define schedule_timeout(x)  delay(x)
  10.  
  11. #endif
  12.