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

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

{% if annotate %}
/* typedef {{ name }} (basic) */
{% endif %}
typedef {{ classifier }}{{ type }} {{ name }};