Moved tests for dos.library functions into the 'dos' subdir.
[AROS.git] / rom / exec / taskstorage.h
blob8cd86d1701413cd3df3c14d92d5a9a24eeb8dcd2
1 /*
2 Copyright © 2011-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
5 #ifndef TASKSTORAGE_H
6 #define TASKSTORAGE_H
8 #include <exec/nodes.h>
9 #include "etask.h"
11 struct TaskStorageFreeSlot
13 struct MinNode _node;
14 LONG FreeSlot;
17 #define __TS_FIRSTSLOT 0
19 IPTR TaskGetStorageSlot(struct Task * t, LONG id);
21 #endif /* TASKSTORAGE_H */