Rev 1705 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1705 | Rev 1780 | ||
|---|---|---|---|
| Line 48... | Line 48... | ||
| 48 | * @param ioaddr Startign I/O space address. |
48 | * @param ioaddr Startign I/O space address. |
| 49 | * @param size Size of the enabled I/O range. |
49 | * @param size Size of the enabled I/O range. |
| 50 | * |
50 | * |
| 51 | * @return 0 on success or an error code from errno.h. |
51 | * @return 0 on success or an error code from errno.h. |
| 52 | */ |
52 | */ |
| 53 | int ddi_iospace_enable_arch(task_t *task, __address ioaddr, size_t size) |
53 | int ddi_iospace_enable_arch(task_t *task, uintptr_t ioaddr, size_t size) |
| 54 | { |
54 | { |
| 55 | return 0; |
55 | return 0; |
| 56 | } |
56 | } |
| 57 | 57 | ||
| 58 | /** @} |
58 | /** @} |