adopt previous changes. (NicJA)
[AROS.git] / rom / task / task.conf
blobbfb5c81c6ed5d22b001cf8505885a75d4282d4fe
1 ##begin config
2 version 1.1
3 libbase TaskResBase
4 libbasetype struct TaskResBase
5 residentpri 100
6 ##end config
7 ##begin cdef
9 #include <utility/tagitem.h>
11 ##end cdef
12 ##begin cdefprivate
13 #include "task_intern.h"
14 ##end cdefprivate
16 ##begin functionlist
17 struct TaskList *LockTaskList(ULONG flags) (D0)
18 void UnLockTaskList(struct TaskList *tlist, ULONG flags) (A0, D0)
19 struct Task *NextTaskEntry(struct TaskList *tlist, ULONG flags) (A0, D0)
20 .skip 2
21 VOID QueryTaskTagList(struct Task *task, struct TagItem * tagList) (A0, A1)
22 ##end functionlist