Minor fixes to comments.
[AROS.git] / rom / exec / taskstorage.h
blob4c21ca699a0a0f83a002bf0c50834e8eb07ee818
1 /*
2 Copyright © 2011-2012, 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 #endif /* TASKSTORAGE_H */