linux/tools/net/sunrpc/xdrgen/templates/C/typedef/definition/fixed_length_opaque.j2

{# SPDX-License-Identifier: GPL-2.0 #}

{% if annotate %}
/* typedef {{ name }} (fixed-length opaque) */
{% endif %}
typedef u8 {{ name }}[{{ size }}];