Name
struct of_overlay_info —
Holds info for a single overlay
Synopsis
struct of_overlay_info {
struct device_node * target;
struct device_node * overlay;
};
Members
- target
target of the overlay operation
- overlay
pointer to the overlay contents node
Description
Holds a single overlay state, including all the overlay logs &
records.