Skip to content

cta: Follow naming convention for blocks

Sebastian Wick requested to merge swick/libdisplay-info:cta-blocks into main

Pretty mechanical MR: Every CTA block now returns a struct di_cta_$NAME_block. Some blocks didn't follow the naming scheme before and sometimes we directly returned arrays which are now part of a struct adding a bit of indirection but also makes it easier to extend.

Merge request reports