blob: 0cf7bf6e9e0449745994a888da735d420c1774cd [file] [log] [blame]
Al Viroecba97d2005-09-28 22:27:23 +01001#ifndef __UM_THREAD_H
2#define __UM_THREAD_H
3
4#include <kern_constants.h>
5
6#define TASK_DEBUGREGS(task) ((unsigned long *) &(((char *) (task))[HOST_TASK_DEBUGREGS]))
Al Viroecba97d2005-09-28 22:27:23 +01007
8#endif