allow coexistance of N build and AC build.
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / arch / um / include / task.h
blob6375ba7203c92f345117b563b217307e2442e273
1 #ifndef __TASK_H
2 #define __TASK_H
4 #include <kern_constants.h>
6 #define TASK_REGS(task) ((union uml_pt_regs *) &(((char *) (task))[HOST_TASK_REGS]))
7 #define TASK_PID(task) *((int *) &(((char *) (task))[HOST_TASK_PID]))
9 #endif