coreboot/src/vendorcode/cavium
Elyes Haouas eb23fbeab0 vendorcode/cavium: Use C99 flexible arrays
Use C99 flexible arrays instead of older style of one-element or
zero-length arrays.
It allows the compiler to generate errors when the flexible array does
not occur at the end in the structure.

Change-Id: I19c029968584fedbb6749e66c7ea2f74a7d580f4
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/76811
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
2023-08-08 16:01:08 +00:00
..
bdk vendorcode/cavium: Use C99 flexible arrays 2023-08-08 16:01:08 +00:00
include/bdk vendorcode/cavium: Use C99 flexible arrays 2023-08-08 16:01:08 +00:00
Kconfig src: Fix up ##-commented SPDX headers 2020-06-01 17:01:13 +00:00
Makefile.inc src: Fix up ##-commented SPDX headers 2020-06-01 17:01:13 +00:00