Linux-6.18.2/tools/net/sunrpc/xdrgen/templates/C/struct/decoder/open.j2

13 lines
253 B
Plaintext
Raw Normal View History

2025-12-23 20:05:50 +08:00
{# SPDX-License-Identifier: GPL-2.0 #}
{% if annotate %}
/* struct {{ name }} */
{% endif %}
{% if name in public_apis %}
bool
{% else %}
static bool __maybe_unused
{% endif %}
xdrgen_decode_{{ name }}(struct xdr_stream *xdr, struct {{ name }} *ptr)
{