Name

of_overlay_apply — Apply count overlays pointed at by ovinfo_tab

Synopsis

int of_overlay_apply (struct of_overlay * ov);
 

Arguments

ov

Pointer to overlays to apply

Description

Applies the overlays given. Successful overlays remain applied when a later overlay table entry fails to apply.

Return 0 on success, else -ENOMEM on memory allocation error.