Rev 1191 | Rev 1227 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1191 | Rev 1212 | ||
---|---|---|---|
Line 37... | Line 37... | ||
37 | extern __native sys_enable_iospace(ddi_ioarg_t *uspace_io_arg); |
37 | extern __native sys_enable_iospace(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); |
|
42 | extern int ddi_enable_iospace_arch(task_t *task, __address ioaddr, size_t size); |
44 | extern int ddi_enable_iospace_arch(task_t *task, __address ioaddr, size_t size); |
43 | 45 | ||
44 | #endif |
46 | #endif |