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