2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
5 Desc: AllocPotBits() function.
9 #include <proto/potgo.h>
11 #include "potgo_intern.h"
13 AROS_LH1(UWORD
, AllocPotBits
,
14 AROS_LHA(UWORD
, bits
, D0
),
15 struct PotgoBase
*, PotgoBase
, 1, Potgo
)
19 bits
&= ~PotgoBase
->allocated
;
20 PotgoBase
->allocated
|= bits
;
21 // TODO! check START special cases