summaryrefslogtreecommitdiff
path: root/tools/net/sunrpc/xdrgen/templates/C/pointer/definition/fixed_length_array.j2
blob: 66be836826a0da201bee3eac9c4d48d4ed00f493 (plain)
1
2
3
4
5
{# SPDX-License-Identifier: GPL-2.0 #}
{% if annotate %}
	/* (fixed-length array) */
{% endif %}
	{{ type }} {{ name }}[{{ size }}];