Al Viro | ecba97d | 2005-09-28 22:27:23 +0100 | [diff] [blame^] | 1 | #ifndef __UM_THREAD_H |
2 | #define __UM_THREAD_H | ||||
3 | |||||
4 | #include <kern_constants.h> | ||||
5 | |||||
6 | #ifdef CONFIG_MODE_TT | ||||
7 | #define TASK_EXTERN_PID(task) *((int *) &(((char *) (task))[HOST_TASK_EXTERN_PID])) | ||||
8 | #endif | ||||
9 | |||||
10 | #endif |