Changeset 0d5a50c in mainline for uspace/lib/libc/include/ddi.h
- Timestamp:
- 2009-03-01T20:25:23Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0f94c3d
- Parents:
- bf25efb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/libc/include/ddi.h
rbf25efb r0d5a50c 38 38 #include <task.h> 39 39 40 extern int physmem_map(void *pf, void *vp, unsigned long pages, int flags); 41 extern int iospace_enable(task_id_t id, void *ioaddr, unsigned long size); 42 extern int preemption_control(int enable); 40 extern int physmem_map(void *, void *, unsigned long, int); 41 extern int iospace_enable(task_id_t, void *, unsigned long); 42 extern int preemption_control(int); 43 extern int pio_enable(void *, size_t, void **); 43 44 44 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.