Rev 1705 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1705 | Rev 1708 | ||
---|---|---|---|
Line 166... | Line 166... | ||
166 | (int) flags); |
166 | (int) flags); |
167 | } |
167 | } |
168 | 168 | ||
169 | /** Wrapper for SYS_ENABLE_IOSPACE syscall. |
169 | /** Wrapper for SYS_ENABLE_IOSPACE syscall. |
170 | * |
170 | * |
171 | * @param User space address of DDI argument structure. |
171 | * @param uspace_io_arg User space address of DDI argument structure. |
172 | * |
172 | * |
173 | * @return 0 on success, otherwise it returns error code found in errno.h |
173 | * @return 0 on success, otherwise it returns error code found in errno.h |
174 | */ |
174 | */ |
175 | __native sys_iospace_enable(ddi_ioarg_t *uspace_io_arg) |
175 | __native sys_iospace_enable(ddi_ioarg_t *uspace_io_arg) |
176 | { |
176 | { |