summaryrefslogtreecommitdiff
path: root/tools/net/sunrpc/xdrgen/templates/C/pointer/definition/variable_length_array.j2
blob: 5d767f9b36743f9be5c9af83c20042c9438706b1 (plain)
1
2
3
4
5
6
7
8
{# SPDX-License-Identifier: GPL-2.0 #}
{% if annotate %}
	/* (variable-length array) */
{% endif %}
	struct {
		u32 count;
		{{ classifier }}{{ type }} *element;
	} {{ name }};