use the locations specified in the bcm2708_boot header
[AROS.git] / test / library / pertaskbase.h
blob6666a5b77d16b39022a264df7a66653715ee88c5
1 #include <exec/libraries.h>
3 struct PertaskBase
5 struct Library lib;
6 int value;
7 };