repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
forcing device into host mode requires a full config - which we will do in opendevice...
[AROS.git]
/
rom
/
exec
/
taskstorage.h
blob
4c21ca699a0a0f83a002bf0c50834e8eb07ee818
1
/*
2
Copyright © 2011-2012, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
#ifndef TASKSTORAGE_H
6
#define TASKSTORAGE_H
7
8
#include <exec/nodes.h>
9
#include
"etask.h"
10
11
struct
TaskStorageFreeSlot
12
{
13
struct
MinNode _node
;
14
LONG FreeSlot
;
15
};
16
17
#define __TS_FIRSTSLOT 0
18
19
#endif
/* TASKSTORAGE_H */