Changeset 5a8b2a2 in mainline for uspace/libc/include/ddi.h
- Timestamp:
- 2006-12-06T22:30:36Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9d8b8435
- Parents:
- d178208
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/libc/include/ddi.h
rd178208 r5a8b2a2 38 38 #include <task.h> 39 39 40 extern int map_physmem(void *pf, void *vp, unsigned long pages, int flags);40 extern int physmem_map(void *pf, void *vp, unsigned long pages, int flags); 41 41 extern int iospace_enable(task_id_t id, void *ioaddr, unsigned long size); 42 42 extern int preemption_control(int enable);
Note:
See TracChangeset
for help on using the changeset viewer.