Changeset df688cd in mainline for libc/include/ddi.h
- Timestamp:
- 2006-06-02T00:26:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 10569b1
- Parents:
- 46bd593f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libc/include/ddi.h
r46bd593f rdf688cd 32 32 #include <task.h> 33 33 34 extern int map_physmem( task_id_t id,void *pf, void *vp, unsigned long pages, int flags);34 extern int map_physmem(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.