Rev 2071 | Rev 3635 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2071 | Rev 2089 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #include <ddi/ddi.h> |
35 | #include <ddi/ddi.h> |
| 36 | #include <proc/task.h> |
36 | #include <proc/task.h> |
| 37 | #include <arch/types.h> |
37 | #include <arch/types.h> |
| 38 | #include <typedefs.h> |
- | |
| 39 | 38 | ||
| 40 | /** Enable I/O space range for task. |
39 | /** Enable I/O space range for task. |
| 41 | * |
40 | * |
| 42 | * Interrupts are disabled and task is locked. |
41 | * Interrupts are disabled and task is locked. |
| 43 | * |
42 | * |