get the cache sizes in bytes
[AROS.git] / arch / m68k-amiga / potgo / potgo_intern.h
bloba19e479bc0363990f45d10550ef40e744471ff54
1 /*
2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Internal data structures for potgo.resource
6 Lang: english
7 */
9 #ifndef POTGO_INTERN_H
10 #define POTGO_INTERN_H
12 #ifndef EXEC_TYPES_H
13 #include <exec/types.h>
14 #endif
15 #ifndef EXEC_LIBRARIES_H
16 #include <exec/libraries.h>
17 #endif
19 struct PotgoBase
21 struct Library pb_LibNode;
22 UWORD allocated;
23 UWORD data;
26 #endif //POTGO_INTERN_H