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
aros/m68k/fpucontext.h: Remove dependence on _fpmath.h
[AROS.git]
/
rom
/
exec
/
taskstorage.h
blob
e359e06c3a9ccd5678831b49a9576b49ffebc663
1
/*
2
Copyright © 2011, 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
int
FreeSlot
;
15
};
16
17
#define __TS_FIRSTSLOT ((int)((sizeof(struct IntETask)+sizeof(IPTR)-1)/sizeof(IPTR)))
18
19
#endif
/* TASKSTORAGE_H */