Changeset 7f1c620 in mainline for generic/include/ddi/ddi.h
- Timestamp:
- 2006-07-04T17:17:56Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0ffa3ef5
- Parents:
- 991779c5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/ddi/ddi.h
r991779c5 r7f1c620 40 40 #include <typedefs.h> 41 41 42 __native sys_physmem_map(__native phys_base, __native virt_base, __nativepages,43 __nativeflags);44 extern __nativesys_iospace_enable(ddi_ioarg_t *uspace_io_arg);45 extern __nativesys_preempt_control(int enable);42 unative_t sys_physmem_map(unative_t phys_base, unative_t virt_base, unative_t pages, 43 unative_t flags); 44 extern unative_t sys_iospace_enable(ddi_ioarg_t *uspace_io_arg); 45 extern unative_t sys_preempt_control(int enable); 46 46 47 47 /* 48 48 * Interface to be implemented by all architectures. 49 49 */ 50 extern int ddi_iospace_enable_arch(task_t *task, __addressioaddr, size_t size);50 extern int ddi_iospace_enable_arch(task_t *task, uintptr_t ioaddr, size_t size); 51 51 52 52 #endif
Note:
See TracChangeset
for help on using the changeset viewer.