pcomponent
static pcomponent * __init ArcGetChild(pcomponent *Current)
return (pcomponent *) ARC_CALL1(child_component, Current);
pcomponent *p;
#define PROM_NULL_COMPONENT ((pcomponent *) 0)