use the locations specified in the bcm2708_boot header
[AROS.git] / test / library / pertaskgetparentbase.c
blobff7da3cafa0afe73ea6157891d35fafd7d4744c0
1 /*
2 Copyright © <year>, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <proto/pertask.h>
8 /*****************************************************************************
10 NAME */
11 APTR PertaskGetParentBase()
13 /* SYNOPSIS */
15 /* LOCATION */
17 /* FUNCTION
19 INPUTS
21 RESULT
23 NOTES
25 EXAMPLE
27 BUGS
29 SEE ALSO
31 INTERNALS
33 HISTORY
35 *****************************************************************************/
37 return GetParentBase();