thread.h 173 B

12345678
  1. #ifndef __UM_THREAD_H
  2. #define __UM_THREAD_H
  3. #include <kern_constants.h>
  4. #define TASK_DEBUGREGS(task) ((unsigned long *) &(((char *) (task))[HOST_TASK_DEBUGREGS]))
  5. #endif