Skip to content

Add versioning to wsialloc interface

The wsialloc interface now has explicit versioning which is used to ensure that wsialloc implementations are compatible with the interface. wsialloc implementations should define which version they are using and upon version mismatch compilation will fail.

Also:

  • add new WSIALLOC_MAX_PLANE macro to define the maximum number of planes that the wsialloc should support.

Change-Id: I211fc4341f249deff0c005d946c483ba47366600 Signed-off-by: Dennis Tsiang dennis.tsiang@arm.com

Merge request reports