Moved DisplayError() back to base code
[AROS.git] / rom / exec / taskstorage.h
blobe359e06c3a9ccd5678831b49a9576b49ffebc663
1 /*
2 Copyright © 2011, 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 int FreeSlot;
17 #define __TS_FIRSTSLOT ((int)((sizeof(struct IntETask)+sizeof(IPTR)-1)/sizeof(IPTR)))
19 #endif /* TASKSTORAGE_H */