find_first_component
extern klinfo_t *find_first_component(lboard_t *brd, unsigned char type);
banks = (klmembnk_t *) find_first_component(brd, KLSTRUCT_MEMBNK);
acpu = (klcpu_t *)find_first_component(brd, KLSTRUCT_CPU);