Rev 1278 | Rev 1494 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1278 | Rev 1297 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | #include <arch/types.h> |
33 | #include <arch/types.h> |
34 | #include <typedefs.h> |
34 | #include <typedefs.h> |
35 | 35 | ||
36 | extern __native sys_physmem_map(ddi_memarg_t *uspace_mem_arg); |
36 | extern __native sys_physmem_map(ddi_memarg_t *uspace_mem_arg); |
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 | extern __native sys_preempt_control(int enable); |
|
38 | 39 | ||
39 | /* |
40 | /* |
40 | * Interface to be implemented by all architectures. |
41 | * Interface to be implemented by all architectures. |
41 | */ |
42 | */ |
42 | extern int ddi_iospace_enable_arch(task_t *task, __address ioaddr, size_t size); |
43 | extern int ddi_iospace_enable_arch(task_t *task, __address ioaddr, size_t size); |