5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 Original version from libnix
9 Desc: amiga.lib internal header file for pools
13 #include <exec/lists.h>
14 #include <exec/memory.h>
15 #include <exec/execbase.h>
16 #include <proto/alib.h>
17 #include <proto/exec.h>
19 /* our PRIVATE! memory pool structure
20 (_NOT_ compatible with original amiga.lib!) */
24 struct MinList PuddleList
;
25 struct MinList ThreshList
;