use the locations specified in the bcm2708_boot header
[AROS.git] / test / library / pertask.conf
blobf7891ae313fa853899b380838df1f2b5f5f89b45
1 ##begin config
2 version 1.1
3 libbasetype struct PertaskBase
4 options pertaskbase
5 ##end config
7 ##begin cdefprivate
8 #include "pertaskbase.h"
9 ##end cdefprivate
11 ##begin functionlist
12 struct Library *GetParentBase() ()
13 struct Library *GetParentBase2()
14 void PertaskSetValue(int)
15 int PertaskGetValue(void)
16 ##end functionlist