Changeset 7f5b37a in mainline for libc/include/ddi.h
- Timestamp:
- 2006-05-28T10:05:03Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0b99e40
- Parents:
- 01ff41c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/ddi.h
r01ff41c r7f5b37a 32 32 #include <task.h> 33 33 34 extern int map_physmem(task_id_t id, void *pf, void *vp, unsigned long pages, int writable);34 extern int map_physmem(task_id_t id, void *pf, void *vp, unsigned long pages, int flags); 35 35 extern int iospace_enable(task_id_t id, void *ioaddr, unsigned long size); 36 36 extern int preemption_control(int enable);
Note:
See TracChangeset
for help on using the changeset viewer.