Rev 1227 | Rev 1297 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1227 | Rev 1278 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | extern __native sys_iospace_enable(ddi_ioarg_t *uspace_io_arg); |
37 | extern __native sys_iospace_enable(ddi_ioarg_t *uspace_io_arg); |
| 38 | 38 | ||
| 39 | /* |
39 | /* |
| 40 | * Interface to be implemented by all architectures. |
40 | * Interface to be implemented by all architectures. |
| 41 | */ |
41 | */ |
| 42 | extern __native ddi_int_control_arch(__native enable, __native *flags); |
- | |
| 43 | extern __native ddi_int_control(__native enable, __native *flags); |
- | |
| 44 | extern int ddi_iospace_enable_arch(task_t *task, __address ioaddr, size_t size); |
42 | extern int ddi_iospace_enable_arch(task_t *task, __address ioaddr, size_t size); |
| 45 | 43 | ||
| 46 | #endif |
44 | #endif |