Rev 2787 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2787 | Rev 3675 | ||
---|---|---|---|
Line 39... | Line 39... | ||
39 | /** Enable I/O space range for task. |
39 | /** Enable I/O space range for task. |
40 | * |
40 | * |
41 | * Interrupts are disabled and task is locked. |
41 | * Interrupts are disabled and task is locked. |
42 | * |
42 | * |
43 | * @param task Task. |
43 | * @param task Task. |
44 | * @param ioaddr Startign I/O space address. |
44 | * @param ioaddr Starting I/O space address. |
45 | * @param size Size of the enabled I/O range. |
45 | * @param size Size of the enabled I/O range. |
46 | * |
46 | * |
47 | * @return 0 on success or an error code from errno.h. |
47 | * @return 0 on success or an error code from errno.h. |
48 | */ |
48 | */ |
49 | int ddi_iospace_enable_arch(task_t *task, uintptr_t ioaddr, size_t size) |
49 | int ddi_iospace_enable_arch(task_t *task, uintptr_t ioaddr, size_t size) |