linux/tools/net/sunrpc/xdrgen/templates/C/struct/definition/variable_length_array.j2

{# SPDX-License-Identifier: GPL-2.0 #}
{% if annotate %}
	/* (variable-length array) */
{% endif %}
	struct {
		u32 count;
		{{ classifier }}{{ type }} *element;
	} {{ name }};