2 Copyright © 2009-2012, The AROS Development Team. All rights reserved.
6 #include <proto/pertask.h>
7 #include <aros/libcall.h>
9 #include LC_LIBDEFS_FILE
11 AROS_LH0(struct Library
*, GetParentBase
,
12 struct PertaskBase
*, PertaskBase
, 5, Pertask
17 return (struct Library
*)__GM_GetBaseParent(PertaskBase
);
22 struct Library
*GetParentBase2(void)
24 struct PertaskBase
*PertaskBase
= __GM_GetBase();
26 return (struct Library
*)__GM_GetBaseParent(PertaskBase
);