1 {# SPDX-License-Identifier: GPL-2.0 #} 2 } u; 3 }; 4 {%- if name in public_apis %} 5 6 bool xdrgen_decode_{{ name }}(struct xdr_stream *xdr, struct {{ name }} *ptr); 7 bool xdrgen_encode_{{ name }}(struct xdr_stream *xdr, const struct {{ name }} *ptr); 8 {%- endif -%}
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.