Rev 3742 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3742 | Rev 4073 | ||
|---|---|---|---|
| Line 40... | Line 40... | ||
| 40 | #include <synch/waitq.h> |
40 | #include <synch/waitq.h> |
| 41 | #include <debug.h> |
41 | #include <debug.h> |
| 42 | #include <udebug/udebug.h> |
42 | #include <udebug/udebug.h> |
| 43 | #include <errno.h> |
43 | #include <errno.h> |
| 44 | #include <arch.h> |
44 | #include <arch.h> |
| - | 45 | #include <arch/asm.h> |
|
| - | 46 | #include <print.h> |
|
| 45 | 47 | ||
| 46 | 48 | ||
| 47 | /** Initialize udebug part of task structure. |
49 | /** Initialize udebug part of task structure. |
| 48 | * |
50 | * |
| 49 | * Called as part of task structure initialization. |
51 | * Called as part of task structure initialization. |